MessageExample interface
Represents a message example to be sent from or to the end user.
Properties
| direction | Indicates whether the message example is supposed to be sent to or from the end user e.g. toUser |
| text | Actual example text for the message e.g. 'Want me to notify you when package in the way?' |
Property Details
direction
Indicates whether the message example is supposed to be sent to or from the end user e.g. toUser
direction?: MessageDirection
Property Value
text
Actual example text for the message e.g. 'Want me to notify you when package in the way?'
text?: string
Property Value
string