Google Chat V1 API - Module Google::Apps::Chat::V1::ActionResponse::ResponseType (v0.1.1)

Reference documentation and code samples for the Google Chat V1 API module Google::Apps::Chat::V1::ActionResponse::ResponseType.

The type of Chat app response.

Constants

TYPE_UNSPECIFIED

value: 0
Default type that's handled as NEW_MESSAGE.

NEW_MESSAGE

value: 1
Post as a new message in the topic.

UPDATE_MESSAGE

value: 2
Update the Chat app's message. This is only permitted on a CARD_CLICKED event where the message sender type is BOT.

UPDATE_USER_MESSAGE_CARDS

value: 6
Update the cards on a user's message. This is only permitted as a response to a MESSAGE event with a matched url, or a CARD_CLICKED event where the message sender type is HUMAN. Text is ignored.

REQUEST_CONFIG

value: 3
Privately ask the user for additional authentication or configuration.

DIALOG

value: 4
Presents a dialog.

UPDATE_WIDGET

value: 7
Widget text autocomplete options query.