다음을 통해 공유


LuisDialog<TResult>.GetLuisQueryTextAsync 메서드

정의

protected virtual System.Threading.Tasks.Task<string> GetLuisQueryTextAsync (Microsoft.Bot.Builder.Dialogs.IDialogContext context, Microsoft.Bot.Connector.IMessageActivity message);
abstract member GetLuisQueryTextAsync : Microsoft.Bot.Builder.Dialogs.IDialogContext * Microsoft.Bot.Connector.IMessageActivity -> System.Threading.Tasks.Task<string>
override this.GetLuisQueryTextAsync : Microsoft.Bot.Builder.Dialogs.IDialogContext * Microsoft.Bot.Connector.IMessageActivity -> System.Threading.Tasks.Task<string>
Protected Overridable Function GetLuisQueryTextAsync (context As IDialogContext, message As IMessageActivity) As Task(Of String)

매개 변수

context
IDialogContext

반환

적용 대상