Skip to content

Commit fbd770b

Browse files
docs: update reference documentation for SelectionInput.DROPDOWN to include dynamic data sources and autosuggestion (#32413)
feat: Addition of QuoteType enum, QuotedMessageSnapshot & ForwardMetadata in the QuotedMessageMetadata proto PiperOrigin-RevId: 864426372 Source-Link: googleapis/googleapis@66d47db Source-Link: googleapis/googleapis-gen@4cfb0bd Copy-Tag: eyJwIjoiZ29vZ2xlLWFwcHMtY2hhdC12MS8uT3dsQm90LnlhbWwiLCJoIjoiNGNmYjBiZGY2NjlkMzliOTNmNGViNzNlODk5ZDJkNGQ1NWRmMjFlMSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * docs: update reference documentation for `SelectionInput.DROPDOWN` to include dynamic data sources and autosuggestion PiperOrigin-RevId: 864941572 Source-Link: googleapis/googleapis@2ca9449 Source-Link: googleapis/googleapis-gen@2801688 Copy-Tag: eyJwIjoiZ29vZ2xlLWFwcHMtY2hhdC12MS8uT3dsQm90LnlhbWwiLCJoIjoiMjgwMTY4ODZmZWQzYTI0ZGZlMTE2MjI1MzJhMjAyN2EzZDc5MTE3NyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 4ba793a commit fbd770b

3 files changed

Lines changed: 97 additions & 1 deletion

File tree

google-apps-chat-v1/lib/google/chat/v1/message_pb.rb

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-apps-chat-v1/proto_docs/google/apps/card/v1/card.rb

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1386,6 +1386,26 @@ module SelectionType
13861386
SWITCH = 2
13871387

13881388
# A dropdown menu. Users can select one item from the menu.
1389+
#
1390+
# For Google Chat apps, you can populate items using a dynamic data source
1391+
# and autosuggest items as users type in the menu. For example, users can
1392+
# start typing the name of a Google Chat space and the widget autosuggests
1393+
# the space. To dynamically populate items for a dropdown menu, use one of
1394+
# the following types of data sources:
1395+
#
1396+
# * Google Workspace data: Items are populated using data from Google
1397+
# Workspace, such as Google Workspace users or Google Chat spaces.
1398+
# * External data: Items are populated from an external data
1399+
# source outside of Google Workspace.
1400+
#
1401+
# For examples of how to implement dropdown menus for Chat apps, see
1402+
# [Add a dropdown
1403+
# menu](https://developers.google.com/workspace/chat/design-interactive-card-dialog#dropdown-menu)
1404+
# and [Dynamically populate drop-down
1405+
# menus](https://developers.google.com/workspace/chat/design-interactive-card-dialog#dynamic-dropdown-menu).
1406+
#
1407+
# [Google Workspace add-ons and Chat
1408+
# apps](https://developers.google.com/workspace/extend):
13891409
DROPDOWN = 3
13901410

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

0 commit comments

Comments
 (0)