Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.15 KB

File metadata and controls

32 lines (25 loc) · 1.15 KB

MultiChannelActionCalendarEvent

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]
title string The title of the event. [default to undefined]
startTime string The start time of the event. [default to undefined]
endTime string The end time of the event. [default to undefined]
description string The description of the event. [optional] [default to undefined]

Example

import { MultiChannelActionCalendarEvent } from 'bandwidth-sdk';

const instance: MultiChannelActionCalendarEvent = {
    type,
    text,
    postbackData,
    title,
    startTime,
    endTime,
    description,
};

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