Share via


TwilioMessageOptions Class

Definition

Caution

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.

Represents an outgoing message content and options for 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
Inheritance
TwilioMessageOptions
Attributes

Constructors

TwilioMessageOptions()

Properties

ApplicationSid

Gets or sets the application to use for callbacks.

Body

Gets or sets the text of the message you want to send. Can be up to 1,600 characters in length.

From

Gets or sets the phone number that initiated the message.

MediaUrl

Gets the URL of the media to send with the message.

To

Gets or sets the destination phone number.

Applies to