你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UseCase interface

通过提供示例消息来描述给定内容类型的消息传送用例。

属性

contentType

指示程序中使用的消息传送内容类型,例如“accountNotificationInformationalAlerts”、“chatConversationalMessaging”、“mmsVideo”、“socialMedia”。

customContentType

指示程序中使用的消息内容类型,只要它不是任何预定义的内容类型

examples

要发送到最终用户以及从最终用户发送指示内容类型的示例消息。

属性详细信息

contentType

指示程序中使用的消息传送内容类型,例如“accountNotificationInformationalAlerts”、“chatConversationalMessaging”、“mmsVideo”、“socialMedia”。

contentType?: MessageContentType

属性值

customContentType

指示程序中使用的消息内容类型,只要它不是任何预定义的内容类型

customContentType?: string

属性值

string

examples

要发送到最终用户以及从最终用户发送指示内容类型的示例消息。

examples?: MessageExampleSequence[]

属性值