TwilioMessageOptions Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
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.
Représente le contenu et les options d’un message sortant pour 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
- Héritage
-
TwilioMessageOptions
- Attributs
Constructeurs
TwilioMessageOptions() |
Obsolète.
Représente le contenu et les options d’un message sortant pour Twilio. |
Propriétés
ApplicationSid |
Obsolète.
Obtient ou définit l’application à utiliser pour les rappels. |
Body |
Obsolète.
Obtient ou définit le texte du message que vous souhaitez envoyer. Peut avoir jusqu’à 1 600 caractères. |
From |
Obsolète.
Obtient ou définit le numéro de téléphone à l’origine du message. |
MediaUrl |
Obsolète.
Obtient l’URL du média à envoyer avec le message. |
To |
Obsolète.
Obtient ou définit le numéro de téléphone de destination. |