Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Answer ¶
type Answer struct {
Result *string `json:"result,omitempty"`
Property *string `json:"property,omitempty"`
StartPosition int `json:"startPosition,omitempty"`
EndPosition int `json:"endPosition,omitempty"`
Certainty *float64 `json:"certainty,omitempty"`
Distance *float64 `json:"distance,omitempty"`
HasAnswer bool `json:"hasAnswer,omitempty"`
}
Answer used in qna module to represent the answer to a given question
Click to show internal directories.
Click to hide internal directories.