다음을 통해 공유


QnAMakerDialog.GetQnAMakerOptionsAsync(DialogContext) 메서드

정의

대화 상자에서 기술 자료 쿼리하는 데 사용할 QnA Maker 클라이언트에 대한 옵션을 가져옵니다.

protected virtual System.Threading.Tasks.Task<Microsoft.Bot.Builder.AI.QnA.QnAMakerOptions> GetQnAMakerOptionsAsync (Microsoft.Bot.Builder.Dialogs.DialogContext dc);
abstract member GetQnAMakerOptionsAsync : Microsoft.Bot.Builder.Dialogs.DialogContext -> System.Threading.Tasks.Task<Microsoft.Bot.Builder.AI.QnA.QnAMakerOptions>
override this.GetQnAMakerOptionsAsync : Microsoft.Bot.Builder.Dialogs.DialogContext -> System.Threading.Tasks.Task<Microsoft.Bot.Builder.AI.QnA.QnAMakerOptions>
Protected Overridable Function GetQnAMakerOptionsAsync (dc As DialogContext) As Task(Of QnAMakerOptions)

매개 변수

dc
DialogContext

DialogContext 현재 대화 전환에 대한 입니다.

반환

비동기 작업을 나타내는 Task입니다.

설명

작업이 성공하면 결과에 사용할 QnA Maker 옵션이 포함됩니다.

적용 대상