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