TwilioMessageOptions Classe
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.
Cuidado
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 de mensagem de saída e opções 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 de mensagem de saída e opções para o Twilio. |
Propriedades
ApplicationSid |
Obsoleto.
Obtém ou define o aplicativo a ser usado para retornos de chamada. |
Body |
Obsoleto.
Obtém ou define o texto da mensagem que você deseja enviar. Pode ter até 1.600 caracteres de comprimento. |
From |
Obsoleto.
Obtém ou define o número de telefone que iniciou a mensagem. |
MediaUrl |
Obsoleto.
Obtém a URL da mídia a ser enviada com a mensagem. |
To |
Obsoleto.
Obtém ou define o número de telefone de destino. |