次の方法で共有


QnADTOContext コンストラクター

定義

オーバーロード

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

QnADTOContext()

ソース:
QnADTOContext.cs
public QnADTOContext ();
Public Sub New ()

適用対象

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

ソース:
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)

パラメーター

isContextOnly
Nullable<Boolean>
prompts
IList<PromptDTO>

適用対象