UpdateQnaDTO interface
PATCH Body schema for Update Qna List
Properties
answer | Answer text |
context | Context associated with Qna to be updated. |
id | Unique id for the Q-A |
metadata | List of metadata associated with the answer to be updated |
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
Context associated with Qna to be updated.
context?: UpdateQnaDTOContext
Property Value
id
Unique id for the Q-A
id?: number
Property Value
number
metadata
List of metadata associated with the answer to be updated
metadata?: UpdateQnaDTOMetadata
Property Value
questions
List of questions associated with the answer.
questions?: UpdateQnaDTOQuestions
Property Value
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