TwilioMessageOptions Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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. |