CloudAdapterBase.CreateConversationAsync Metodo

Definizione

Crea una conversazione nel canale specificato.

public override System.Threading.Tasks.Task CreateConversationAsync (string botAppId, string channelId, string serviceUrl, string audience, Microsoft.Bot.Schema.ConversationParameters conversationParameters, Microsoft.Bot.Builder.BotCallbackHandler callback, System.Threading.CancellationToken cancellationToken);
override this.CreateConversationAsync : string * string * string * string * Microsoft.Bot.Schema.ConversationParameters * Microsoft.Bot.Builder.BotCallbackHandler * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overrides Function CreateConversationAsync (botAppId As String, channelId As String, serviceUrl As String, audience As String, conversationParameters As ConversationParameters, callback As BotCallbackHandler, cancellationToken As CancellationToken) As Task

Parametri

botAppId
String

Id applicazione del bot.

channelId
String

ID per il canale.

serviceUrl
String

Endpoint dell'URL del servizio del canale.

audience
String

Destinatari del connettore.

conversationParameters
ConversationParameters

Informazioni sulla conversazione da usare per creare la conversazione.

callback
BotCallbackHandler

Metodo da chiamare per il bot risultante.

cancellationToken
CancellationToken

Token di annullamento utilizzabile da altri oggetti o thread per ricevere l'avviso dell'annullamento.

Restituisce

Attività che rappresenta la coda di lavoro da eseguire.

Si applica a