TwilioMessageOptions Classe

Definizione

Attenzione

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.

Rappresenta un contenuto e le opzioni dei messaggi in uscita per 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
Ereditarietà
TwilioMessageOptions
Attributi

Costruttori

TwilioMessageOptions()
Obsoleti.

Rappresenta un contenuto e le opzioni dei messaggi in uscita per Twilio.

Proprietà

ApplicationSid
Obsoleti.

Ottiene o imposta l'applicazione da usare per i callback.

Body
Obsoleti.

Ottiene o imposta il testo del messaggio che si vuole inviare. Può essere fino a 1.600 caratteri di lunghezza.

From
Obsoleti.

Ottiene o imposta il numero di telefono che ha avviato il messaggio.

MediaUrl
Obsoleti.

Ottiene l'URL del supporto da inviare con il messaggio.

To
Obsoleti.

Ottiene o imposta il numero di telefono di destinazione.

Si applica a