Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 853 Bytes

File metadata and controls

26 lines (19 loc) · 853 Bytes

RbmActionDial

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]
phoneNumber string The phone number to dial. Must be E164 format. [default to undefined]

Example

import { RbmActionDial } from 'bandwidth-sdk';

const instance: RbmActionDial = {
    type,
    text,
    postbackData,
    phoneNumber,
};

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