WebexClientWrapperOptions(String, Uri, String, String) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe WebexClientWrapperOptions.
public WebexClientWrapperOptions (string webexAccessToken, Uri webexPublicAddress, string webexSecret, string webexWebhookName = default);
new Microsoft.Bot.Builder.Adapters.Webex.WebexClientWrapperOptions : string * Uri * string * string -> Microsoft.Bot.Builder.Adapters.Webex.WebexClientWrapperOptions
Public Sub New (webexAccessToken As String, webexPublicAddress As Uri, webexSecret As String, Optional webexWebhookName As String = Nothing)
Parâmetros
- webexAccessToken
- String
Um token de acesso para o bot.
- webexPublicAddress
- Uri
A URL raiz do aplicativo bot.
- webexSecret
- String
O segredo usado para validar webhooks de entrada.
- webexWebhookName
- String
Um nome para a assinatura do webhook.