Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion google-apps-chat-v1/lib/google/chat/v1/message_pb.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions google-apps-chat-v1/proto_docs/google/apps/card/v1/card.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1386,6 +1386,26 @@ module SelectionType
SWITCH = 2

# A dropdown menu. Users can select one item from the menu.
#
# For Google Chat apps, you can populate items using a dynamic data source
# and autosuggest items as users type in the menu. For example, users can
# start typing the name of a Google Chat space and the widget autosuggests
# the space. To dynamically populate items for a dropdown menu, use one of
# the following types of data sources:
#
# * Google Workspace data: Items are populated using data from Google
# Workspace, such as Google Workspace users or Google Chat spaces.
# * External data: Items are populated from an external data
# source outside of Google Workspace.
#
# For examples of how to implement dropdown menus for Chat apps, see
# [Add a dropdown
# menu](https://developers.google.com/workspace/chat/design-interactive-card-dialog#dropdown-menu)
# and [Dynamically populate drop-down
# menus](https://developers.google.com/workspace/chat/design-interactive-card-dialog#dynamic-dropdown-menu).
#
# [Google Workspace add-ons and Chat
# apps](https://developers.google.com/workspace/extend):
DROPDOWN = 3

# A menu with a text box. Users can type and select one or more items.
Expand Down
Loading
Loading