Share via


QnADTOContext Constructors

Definition

Overloads

QnADTOContext()
QnADTOContext(Nullable<Boolean>, IList<PromptDTO>)

QnADTOContext()

Source:
QnADTOContext.cs
public QnADTOContext ();
Public Sub New ()

Applies to

QnADTOContext(Nullable<Boolean>, IList<PromptDTO>)

Source:
QnADTOContext.cs
public QnADTOContext (bool? isContextOnly = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.PromptDTO> prompts = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.QnADTOContext : Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.PromptDTO> -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.QnADTOContext
Public Sub New (Optional isContextOnly As Nullable(Of Boolean) = Nothing, Optional prompts As IList(Of PromptDTO) = Nothing)

Parameters

isContextOnly
Nullable<Boolean>
prompts
IList<PromptDTO>

Applies to