QueryDTOContext Constructors
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.
Overloads
QueryDTOContext() | |
QueryDTOContext(String, String) |
QueryDTOContext()
QueryDTOContext(String, String)
- Source:
- QueryDTOContext.cs
public QueryDTOContext (string previousQnaId = default, string previousUserQuery = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.QueryDTOContext : string * string -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.QueryDTOContext
Public Sub New (Optional previousQnaId As String = Nothing, Optional previousUserQuery As String = Nothing)
Parameters
- previousQnaId
- String
- previousUserQuery
- String