Enum Interaction Stay organized with collections Save and categorize content based on your preferences.
Interaction
An enum type that specifies what to do in response to an interaction with a user, such as a userclicking 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
| Property | Type | Description |
|---|---|---|
INTERACTION_UNSPECIFIED | Enum | Default value. Theaction executes as normal. |
OPEN_DIALOG | Enum | Opens 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 theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-03 UTC.