Share via


UseCase interface

Describes a messaging use case for a given content type by providing example messages.

Properties

contentType

Indicates the messaging content type used in the program e.g. 'accountNotificationInformationalAlerts', 'chatConversationalMessaging', 'mmsVideo', 'socialMedia'.

customContentType

Indicates the messaging content type used in the program whenever it is not any of the pre-defined content types

examples

Example messages to be sent to and from the end user for the indicated content type.

Property Details

contentType

Indicates the messaging content type used in the program e.g. 'accountNotificationInformationalAlerts', 'chatConversationalMessaging', 'mmsVideo', 'socialMedia'.

contentType?: MessageContentType

Property Value

customContentType

Indicates the messaging content type used in the program whenever it is not any of the pre-defined content types

customContentType?: string

Property Value

string

examples

Example messages to be sent to and from the end user for the indicated content type.

examples?: MessageExampleSequence[]

Property Value