TwilioMessageOptions Classe
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.
Atenção
The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.
Representa um conteúdo e opções de mensagem a enviar para o Twilio.
[System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")]
public class TwilioMessageOptions
[<System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")>]
type TwilioMessageOptions = class
Public Class TwilioMessageOptions
- Herança
-
TwilioMessageOptions
- Atributos
Construtores
TwilioMessageOptions() |
Obsoleto.
Representa um conteúdo e opções de mensagem a enviar para o Twilio. |
Propriedades
ApplicationSid |
Obsoleto.
Obtém ou define a aplicação a utilizar para chamadas de retorno. |
Body |
Obsoleto.
Obtém ou define o texto da mensagem que pretende enviar. Pode ter até 1600 carateres de comprimento. |
From |
Obsoleto.
Obtém ou define o número de telefone que iniciou a mensagem. |
MediaUrl |
Obsoleto.
Obtém o URL do suporte de dados para enviar com a mensagem. |
To |
Obsoleto.
Obtém ou define o número de telefone de destino. |