public enum ActionResponse.ResponseType extends Enum<ActionResponse.ResponseType> implements ProtocolMessageEnum
The type of Chat app response.
Protobuf enum google.chat.v1.ActionResponse.ResponseType
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
DIALOG | Presents a dialog. |
DIALOG_VALUE | Presents a dialog. |
NEW_MESSAGE | Post as a new message in the topic. |
NEW_MESSAGE_VALUE | Post as a new message in the topic. |
REQUEST_CONFIG | Privately ask the user for additional authentication or configuration. |
REQUEST_CONFIG_VALUE | Privately ask the user for additional authentication or configuration. |
TYPE_UNSPECIFIED | Default type that's handled as |
TYPE_UNSPECIFIED_VALUE | Default type that's handled as |
UNRECOGNIZED | |
UPDATE_MESSAGE | Update the Chat app's message. This is only permitted on a |
UPDATE_MESSAGE_VALUE | Update the Chat app's message. This is only permitted on a |
UPDATE_USER_MESSAGE_CARDS | Update the cards on a user's message. This is only permitted as a
response to a |
UPDATE_USER_MESSAGE_CARDS_VALUE | Update the cards on a user's message. This is only permitted as a
response to a |
UPDATE_WIDGET | Widget text autocomplete options query. |
UPDATE_WIDGET_VALUE | Widget text autocomplete options query. |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |