Compartilhar via


TwilioMessageOptions Classe

Definição

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.

Aplica-se a