Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 701 Bytes

File metadata and controls

22 lines (15 loc) · 701 Bytes

RbmSuggestionResponse

Properties

Name Type Description Notes
text string The text associated with the suggestion response. [optional] [default to undefined]
postbackData string Base64 payload the customer receives when the reply is clicked. [optional] [default to undefined]

Example

import { RbmSuggestionResponse } from 'bandwidth-sdk';

const instance: RbmSuggestionResponse = {
    text,
    postbackData,
};

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