Reference documentation and code samples for the Google Apps Chat V1 Client class ResponseType.
The type of Chat app response.
Protobuf type google.chat.v1.ActionResponse.ResponseType
Namespace
Google \ Apps \ Chat \ V1 \ ActionResponse
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
TYPE_UNSPECIFIED
Value: 0
Default type that's handled as NEW_MESSAGE.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
NEW_MESSAGE
Value: 1
Post as a new message in the topic.
Generated from protobuf enum NEW_MESSAGE = 1;
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.
Generated from protobuf enum UPDATE_MESSAGE = 2;
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.
Generated from protobuf enum UPDATE_USER_MESSAGE_CARDS = 6;
REQUEST_CONFIG
Value: 3
Privately ask the user for additional authentication or configuration.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Apps Chat V1 Client - Class ResponseType (0.12.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.12.0 (latest)](/php/docs/reference/apps-chat/latest/Chat.V1.ActionResponse.ResponseType)\n- [0.11.2](/php/docs/reference/apps-chat/0.11.2/Chat.V1.ActionResponse.ResponseType)\n- [0.10.0](/php/docs/reference/apps-chat/0.10.0/Chat.V1.ActionResponse.ResponseType)\n- [0.9.0](/php/docs/reference/apps-chat/0.9.0/Chat.V1.ActionResponse.ResponseType)\n- [0.8.1](/php/docs/reference/apps-chat/0.8.1/Chat.V1.ActionResponse.ResponseType)\n- [0.7.2](/php/docs/reference/apps-chat/0.7.2/Chat.V1.ActionResponse.ResponseType)\n- [0.6.1](/php/docs/reference/apps-chat/0.6.1/Chat.V1.ActionResponse.ResponseType)\n- [0.5.0](/php/docs/reference/apps-chat/0.5.0/Chat.V1.ActionResponse.ResponseType)\n- [0.4.0](/php/docs/reference/apps-chat/0.4.0/Chat.V1.ActionResponse.ResponseType)\n- [0.3.0](/php/docs/reference/apps-chat/0.3.0/Chat.V1.ActionResponse.ResponseType)\n- [0.2.0](/php/docs/reference/apps-chat/0.2.0/Chat.V1.ActionResponse.ResponseType)\n- [0.1.4](/php/docs/reference/apps-chat/0.1.4/Chat.V1.ActionResponse.ResponseType) \nReference documentation and code samples for the Google Apps Chat V1 Client class ResponseType.\n\nThe type of Chat app response.\n\nProtobuf type `google.chat.v1.ActionResponse.ResponseType`\n\nNamespace\n---------\n\nGoogle \\\\ Apps \\\\ Chat \\\\ V1 \\\\ ActionResponse\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### TYPE_UNSPECIFIED\n\n Value: 0\n\nDefault type that's handled as `NEW_MESSAGE`.\n\nGenerated from protobuf enum `TYPE_UNSPECIFIED = 0;`\n\n### NEW_MESSAGE\n\n Value: 1\n\nPost as a new message in the topic.\n\nGenerated from protobuf enum `NEW_MESSAGE = 1;`\n\n### UPDATE_MESSAGE\n\n Value: 2\n\nUpdate the Chat app's message. This is only permitted on a `CARD_CLICKED`\nevent where the message sender type is `BOT`.\n\nGenerated from protobuf enum `UPDATE_MESSAGE = 2;`\n\n### UPDATE_USER_MESSAGE_CARDS\n\n Value: 6\n\nUpdate the cards on a user's message. This is only permitted as a\nresponse to a `MESSAGE` event with a matched url, or a `CARD_CLICKED`\nevent where the message sender type is `HUMAN`. Text is ignored.\n\nGenerated from protobuf enum `UPDATE_USER_MESSAGE_CARDS = 6;`\n\n### REQUEST_CONFIG\n\n Value: 3\n\nPrivately ask the user for additional authentication or configuration.\n\nGenerated from protobuf enum `REQUEST_CONFIG = 3;`\n\n### DIALOG\n\n Value: 4\n\nPresents a\n[dialog](https://developers.google.com/workspace/chat/dialogs).\n\nGenerated from protobuf enum `DIALOG = 4;`\n\n### UPDATE_WIDGET\n\n Value: 7\n\nWidget text autocomplete options query.\n\nGenerated from protobuf enum `UPDATE_WIDGET = 7;`"]]