QnARequestContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The context associated with QnA. Used to mark if the current prompt is relevant with a previous question or not.
public class QnARequestContext
type QnARequestContext = class
Public Class QnARequestContext
- Inheritance
-
QnARequestContext
Constructors
QnARequestContext() |
Properties
PreviousQnAId |
Gets or sets the previous QnA Id that was returned. |
PreviousUserQuery |
Gets or sets the previous user query/question. |