Compartilhar via


TestAdapter.SendTextToBotAsync Método

Definição

Processa uma atividade de mensagem de um usuário.

public virtual System.Threading.Tasks.Task SendTextToBotAsync (string userSays, Microsoft.Bot.Builder.BotCallbackHandler callback, System.Threading.CancellationToken cancellationToken);
abstract member SendTextToBotAsync : string * Microsoft.Bot.Builder.BotCallbackHandler * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.SendTextToBotAsync : string * Microsoft.Bot.Builder.BotCallbackHandler * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function SendTextToBotAsync (userSays As String, callback As BotCallbackHandler, cancellationToken As CancellationToken) As Task

Parâmetros

userSays
String

O texto da mensagem do usuário.

callback
BotCallbackHandler

A lógica de processamento de turno a ser usada.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Uma tarefa que representa o trabalho enfileirado a ser executado.

Aplica-se a

Confira também