Partager via


QnADTOContext Constructeurs

Définition

Surcharges

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

QnADTOContext()

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

S’applique à

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)

Paramètres

isContextOnly
Nullable<Boolean>
prompts
IList<PromptDTO>

S’applique à