Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.03 KB

File metadata and controls

30 lines (23 loc) · 1.03 KB

RbmActionViewLocation

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]
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]

Example

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]