LuisDialog<TResult>.GetLuisQueryTextAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- context
- IDialogContext
- message
- IMessageActivity