Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
QnARequestContext interface
- Package:
- botbuilder-ai
The context associated with QnA. Used to mark if the current prompt is relevant with a previous question or not.
Properties
| previousQnAId | The previous QnA Id that was returned. |
| previousUserQuery | The previous user query/question. |
Property Details
previousQnAId
The previous QnA Id that was returned.
previousQnAId: number
Property Value
number
previousUserQuery
The previous user query/question.
previousUserQuery: string
Property Value
string
