UserSays.ExecuteAsync(TestAdapter, BotCallbackHandler, Inspector) 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.
Execute the test.
public override System.Threading.Tasks.Task ExecuteAsync (Microsoft.Bot.Builder.Adapters.TestAdapter adapter, Microsoft.Bot.Builder.BotCallbackHandler callback, Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.Inspector inspector = default);
override this.ExecuteAsync : Microsoft.Bot.Builder.Adapters.TestAdapter * Microsoft.Bot.Builder.BotCallbackHandler * Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.Inspector -> System.Threading.Tasks.Task
Public Overrides Function ExecuteAsync (adapter As TestAdapter, callback As BotCallbackHandler, Optional inspector As Inspector = Nothing) As Task
Parameters
- adapter
- TestAdapter
Adapter to execute against.
- callback
- BotCallbackHandler
Logic for the bot to use.
- inspector
- Inspector
Inspector for dialog context.
Returns
async task.