UseCase interface
通过提供示例消息来描述给定内容类型的消息传送用例。
属性
| content |
指示程序中使用的消息传送内容类型,例如“accountNotificationInformationalAlerts”、“chatConversationalMessaging”、“mmsVideo”、“socialMedia”。 |
| custom |
指示程序中使用的消息内容类型,只要它不是任何预定义的内容类型 |
| examples | 要发送到最终用户以及从最终用户发送指示内容类型的示例消息。 |
属性详细信息
contentType
指示程序中使用的消息传送内容类型,例如“accountNotificationInformationalAlerts”、“chatConversationalMessaging”、“mmsVideo”、“socialMedia”。
contentType?: MessageContentType
属性值
customContentType
指示程序中使用的消息内容类型,只要它不是任何预定义的内容类型
customContentType?: string
属性值
string