Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 882 Bytes

File metadata and controls

15 lines (7 loc) · 882 Bytes

InboundCallbackTypeEnum

The possible inbound callback types originating from MO messages or multichannel message client responses: - message-received indicates an MO message from a Bandwidth user's client to a Bandwidth number. - request-location-response indicates a response to a location request sent by the Bandwidth user's client after receiving an RBM message. - suggestion-response indicates a response to a suggestion sent by the Bandwidth user's client after receiving an RBM message.

Enum

  • MESSAGE_MINUS_RECEIVED (value: 'message-received')

  • REQUEST_MINUS_LOCATION_MINUS_RESPONSE (value: 'request-location-response')

  • SUGGESTION_MINUS_RESPONSE (value: 'suggestion-response')

[Back to Model list] [Back to API list] [Back to README]