Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.04 KB

File metadata and controls

30 lines (23 loc) · 1.04 KB

RbmActionOpenUrl

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]
url string The URL to open in browser. [default to undefined]
application RbmOpenUrlEnum [optional] [default to undefined]
webviewViewMode RbmWebViewEnum [optional] [default to undefined]

Example

import { RbmActionOpenUrl } from 'bandwidth-sdk';

const instance: RbmActionOpenUrl = {
    type,
    text,
    postbackData,
    url,
    application,
    webviewViewMode,
};

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