Enum Interaction

Interaction

An enum type that specifies what to do in response to an interaction with a user, such as a user clicking a button in a card message.

Only available for Google Chat apps. Not available for Google Workspace add-ons.

To call an enum, you call its parent class, name, and property. For example, CardService.Interaction.OPEN_DIALOG.

Properties

PropertyTypeDescription
INTERACTION_UNSPECIFIEDEnumDefault value. The action executes as normal.
OPEN_DIALOGEnumOpens a dialog, a card-based interface that Chat apps use to interact with users.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年12月03日 UTC.