Show / Hide Table of Contents

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 NEW_MESSAGE.

UpdateMessage

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

UpdateUserMessageCards

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.

UpdateWidget

Widget text autocomplete options query.

In this article
Back to top Generated by DocFX