Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 733 Bytes

File metadata and controls

24 lines (17 loc) · 733 Bytes

RbmActionBase

Properties

Name Type Description Notes
type RbmActionTypeEnum [default to undefined]
text string Displayed text for user to click [default to undefined]
postbackData string Base64 payload the customer receives when the reply is clicked. [default to undefined]

Example

import { RbmActionBase } from 'bandwidth-sdk';

const instance: RbmActionBase = {
    type,
    text,
    postbackData,
};

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