TwilioMessageOptions クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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.
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
- 継承
-
TwilioMessageOptions
- 属性
コンストラクター
TwilioMessageOptions() |
古い.
Twilio の送信メッセージの内容とオプションを表します。 |
プロパティ
ApplicationSid |
古い.
コールバックに使用するアプリケーションを取得または設定します。 |
Body |
古い.
送信するメッセージのテキストを取得または設定します。 最大 1,600 文字の長さにできます。 |
From |
古い.
メッセージを開始した電話番号を取得または設定します。 |
MediaUrl |
古い.
メッセージと共に送信するメディアの URL を取得します。 |
To |
古い.
宛先の電話番号を取得または設定します。 |