| 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] |
import { RbmActionOpenUrl } from 'bandwidth-sdk';
const instance: RbmActionOpenUrl = {
type,
text,
postbackData,
url,
application,
webviewViewMode,
};