次の方法で共有


MessageDetails interface

プロパティ

directionality

方向 (oneWay や twoWay など) について説明します

helpAnswerToUser

HELP キーワードに関連付けられたモバイル終了メッセージのメッセージ テキスト (例: "This is the HELP message test.")。

optInAnswerFromUser

二重 Opt-In メソッドを確認するために使用されるキーワード (例: 'JOIN')。

optInConfirmationMessageToUser
optInMessageToUser
optOutAnswerToUser

"STOP キーワードに関連付けられたモバイル終了メッセージのメッセージ テキスト (例: 'This is the STOP message test.')。

recurrence

プログラムに関連付けられているメッセージングの性質を示します (例: "subscription"、"transaction")。

supportedProtocol

プログラムで使用される適用可能なメッセージ プロトコル (SMS や MMS など)。

useCases

サポートされている各メッセージ コンテンツ タイプについて、エンド ユーザーとの間でメッセージ交換の例を提供します。

プロパティの詳細

directionality

方向 (oneWay や twoWay など) について説明します

directionality?: MessageDirectionality

プロパティ値

helpAnswerToUser

HELP キーワードに関連付けられたモバイル終了メッセージのメッセージ テキスト (例: "This is the HELP message test.")。

helpAnswerToUser?: string

プロパティ値

string

optInAnswerFromUser

二重 Opt-In メソッドを確認するために使用されるキーワード (例: 'JOIN')。

optInAnswerFromUser?: string

プロパティ値

string

optInConfirmationMessageToUser

optInConfirmationMessageToUser?: string

プロパティ値

string

optInMessageToUser

optInMessageToUser?: string

プロパティ値

string

optOutAnswerToUser

"STOP キーワードに関連付けられたモバイル終了メッセージのメッセージ テキスト (例: 'This is the STOP message test.')。

optOutAnswerToUser?: string

プロパティ値

string

recurrence

プログラムに関連付けられているメッセージングの性質を示します (例: "subscription"、"transaction")。

recurrence?: Recurrence

プロパティ値

supportedProtocol

プログラムで使用される適用可能なメッセージ プロトコル (SMS や MMS など)。

supportedProtocol?: MessageProtocol

プロパティ値

useCases

サポートされている各メッセージ コンテンツ タイプについて、エンド ユーザーとの間でメッセージ交換の例を提供します。

useCases?: UseCase[]

プロパティ値