次の方法で共有


QuestionAnsweringModelFactory.KnowledgeBaseAnswerPrompt メソッド

定義

KnowledgeBaseAnswerPrompt の新しいインスタンスを初期化します。

public static Azure.AI.Language.QuestionAnswering.KnowledgeBaseAnswerPrompt KnowledgeBaseAnswerPrompt (int? displayOrder = default, int? qnaId = default, string displayText = default);
static member KnowledgeBaseAnswerPrompt : Nullable<int> * Nullable<int> * string -> Azure.AI.Language.QuestionAnswering.KnowledgeBaseAnswerPrompt
Public Shared Function KnowledgeBaseAnswerPrompt (Optional displayOrder As Nullable(Of Integer) = Nothing, Optional qnaId As Nullable(Of Integer) = Nothing, Optional displayText As String = Nothing) As KnowledgeBaseAnswerPrompt

パラメーター

displayOrder
Nullable<Int32>

プロンプトのインデックス - プロンプトの順序で使用されます。

qnaId
Nullable<Int32>

プロンプトに対応する QnA ID。

displayText
String

フォローアップの質問プロンプトを表すテキストが表示されます。

戻り値

モック作成用の新しい KnowledgeBaseAnswerPrompt インスタンス。

適用対象