| 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] |
| latitude |
number |
The latitude of the location. |
[default to undefined] |
| longitude |
number |
The longitude of the location. |
[default to undefined] |
| label |
string |
The label of the location. |
[optional] [default to undefined] |
import { RbmActionViewLocation } from 'bandwidth-sdk';
const instance: RbmActionViewLocation = {
type,
text,
postbackData,
latitude,
longitude,
label,
};
[Back to Model list] [Back to API list] [Back to README]