ActionType
Union
ActionType
type
Specifies the button type of a quick action (see example).
openUrl—Opens a new browser window with the specified URL.reply—Sends the action value as a reply in the Chat.call—Treats the value as a phone number. Similar to clicking a telephone link.- other—Handled by user code in the
executeActionevent.
Possible values:
"openUrl""reply""call"string