Enum ActionResponse.Types.ResponseType
The type of Chat app response.
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public enum ActionResponse.Types.ResponseType
Fields
| Name | Description |
|---|---|
| Dialog | Presents a dialog. |
| NewMessage | Post as a new message in the topic. |
| RequestConfig | Privately ask the user for additional authentication or configuration. |
| TypeUnspecified | Default type that's handled as |
| UpdateMessage | Update the Chat app's message. This is only permitted on a |
| UpdateUserMessageCards | Update the cards on a user's message. This is only permitted as a
response to a |
| UpdateWidget | Widget text autocomplete options query. |