Compartir a través de


TwilioMessageOptions Clase

Definición

Precaución

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 un contenido de mensaje saliente y opciones para 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
Herencia
TwilioMessageOptions
Atributos

Constructores

TwilioMessageOptions()
Obsoletos.

Representa un contenido de mensaje saliente y opciones para Twilio.

Propiedades

ApplicationSid
Obsoletos.

Obtiene o establece la aplicación que se va a usar para las devoluciones de llamada.

Body
Obsoletos.

Obtiene o establece el texto del mensaje que desea enviar. Puede tener hasta 1600 caracteres de longitud.

From
Obsoletos.

Obtiene o establece el número de teléfono que inició el mensaje.

MediaUrl
Obsoletos.

Obtiene la dirección URL del medio que se va a enviar con el mensaje.

To
Obsoletos.

Obtiene o establece el número de teléfono de destino.

Se aplica a