UseCase interface
メッセージの例を指定して、特定のコンテンツ タイプのメッセージング ユース ケースについて説明します。
プロパティ
| content |
"accountNotificationInformationalAlerts"、"chatConversationalMessaging"、"mmsVideo"、"socialMedia" など、プログラムで使用されるメッセージング コンテンツ タイプを示します。 |
| custom |
定義済みのコンテンツ タイプでない場合に、プログラムで使用されるメッセージング コンテンツ タイプを示します。 |
| examples | 指定されたコンテンツ タイプのエンド ユーザーとの間で送受信されるメッセージの例。 |
プロパティの詳細
contentType
"accountNotificationInformationalAlerts"、"chatConversationalMessaging"、"mmsVideo"、"socialMedia" など、プログラムで使用されるメッセージング コンテンツ タイプを示します。
contentType?: MessageContentType
プロパティ値
customContentType
定義済みのコンテンツ タイプでない場合に、プログラムで使用されるメッセージング コンテンツ タイプを示します。
customContentType?: string
プロパティ値
string
examples
指定されたコンテンツ タイプのエンド ユーザーとの間で送受信されるメッセージの例。
examples?: MessageExampleSequence[]