QnADTO interface
Q-A object.
Properties
answer | Answer text |
context | Context of a QnA |
id | Unique id for the Q-A. |
last |
Timestamp when the QnA was last updated. |
metadata | List of metadata associated with the answer. |
questions | List of questions associated with the answer. |
source | Source from which Q-A was indexed. eg. https://docs.microsoft.com/en-us/azure/cognitive-services/QnAMaker/FAQs |
Property Details
answer
Answer text
answer: string
Property Value
string
context
id
Unique id for the Q-A.
id?: number
Property Value
number
lastUpdatedTimestamp
Timestamp when the QnA was last updated.
lastUpdatedTimestamp?: string
Property Value
string
metadata
questions
List of questions associated with the answer.
questions: string[]
Property Value
string[]
source
Source from which Q-A was indexed. eg. https://docs.microsoft.com/en-us/azure/cognitive-services/QnAMaker/FAQs
source?: string
Property Value
string