WebexClientWrapperOptions(String, Uri, String, String) Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da WebexClientWrapperOptions classe.
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
O URL de raiz da aplicação de bot.
- webexSecret
- String
O segredo utilizado para validar webhooks recebidos.
- webexWebhookName
- String
Um nome para a subscrição do webhook.