Skip to content

Commit e3c8fbe

Browse files
feat: Automated regeneration of Chat client (googleapis#12997)
Auto-created at 2025-02-20 13:13:36 +0000 using the toys pull request generator.
1 parent 6d30393 commit e3c8fbe

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

clients/chat/lib/google_api/chat/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Chat.V1 do
2020
API client metadata for GoogleApi.Chat.V1.
2121
"""
2222

23-
@discovery_revision "20250206"
23+
@discovery_revision "20250213"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/chat/lib/google_api/chat/v1/model/app_command_metadata.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
defmodule GoogleApi.Chat.V1.Model.AppCommandMetadata do
1919
@moduledoc """
20-
Metadata associated with app commands. App commands are a way for users to invoke and interact with a Chat app. These can be slash commands typed in the compose box, or items directly selected from the integration menu. For more information, see [Respond to quick commands](https://developers.google.com/workspace/chat/quick-commands).
20+
Metadata about a [Chat app command](https://developers.google.com/workspace/chat/commands).
2121
2222
## Attributes
2323
24-
* `appCommandId` (*type:* `integer()`, *default:* `nil`) - The command ID for the given app interaction.
25-
* `appCommandType` (*type:* `String.t`, *default:* `nil`) - The type of the app command.
24+
* `appCommandId` (*type:* `integer()`, *default:* `nil`) - The ID for the command specified in the Chat API configuration.
25+
* `appCommandType` (*type:* `String.t`, *default:* `nil`) - The type of Chat app command.
2626
"""
2727

2828
use GoogleApi.Gax.ModelBase

clients/chat/lib/google_api/chat/v1/model/deprecated_event.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule GoogleApi.Chat.V1.Model.DeprecatedEvent do
2222
## Attributes
2323
2424
* `action` (*type:* `GoogleApi.Chat.V1.Model.FormAction.t`, *default:* `nil`) - For `CARD_CLICKED` interaction events, the form action data associated when a user clicks a card or dialog. To learn more, see [Read form data input by users on cards](https://developers.google.com/workspace/chat/read-form-data).
25-
* `appCommandMetadata` (*type:* `GoogleApi.Chat.V1.Model.AppCommandMetadata.t`, *default:* `nil`) - Populated for app commands, including slash commands and quick commands.
25+
* `appCommandMetadata` (*type:* `GoogleApi.Chat.V1.Model.AppCommandMetadata.t`, *default:* `nil`) - Metadata about a Chat app command.
2626
* `common` (*type:* `GoogleApi.Chat.V1.Model.CommonEventObject.t`, *default:* `nil`) - Represents information about the user's client, such as locale, host app, and platform. For Chat apps, `CommonEventObject` includes information submitted by users interacting with [dialogs](https://developers.google.com/workspace/chat/dialogs), like data entered on a card.
2727
* `configCompleteRedirectUrl` (*type:* `String.t`, *default:* `nil`) - This URL is populated for `MESSAGE`, `ADDED_TO_SPACE`, and `APP_COMMAND` interaction events. After completing an authorization or configuration flow outside of Google Chat, users must be redirected to this URL to signal to Google Chat that the authorization or configuration flow was successful. For more information, see [Connect a Chat app with other services and tools](https://developers.google.com/workspace/chat/connect-web-services-tools).
2828
* `dialogEventType` (*type:* `String.t`, *default:* `nil`) - The type of [dialog](https://developers.google.com/workspace/chat/dialogs) interaction event received.

clients/chat/lib/google_api/chat/v1/model/slash_command.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717

1818
defmodule GoogleApi.Chat.V1.Model.SlashCommand do
1919
@moduledoc """
20-
A [slash command](https://developers.google.com/workspace/chat/slash-commands) in Google Chat.
20+
Metadata about a [slash command](https://developers.google.com/workspace/chat/commands) in Google Chat.
2121
2222
## Attributes
2323
24-
* `commandId` (*type:* `String.t`, *default:* `nil`) - The ID of the slash command invoked.
24+
* `commandId` (*type:* `String.t`, *default:* `nil`) - The ID of the slash command.
2525
"""
2626

2727
use GoogleApi.Gax.ModelBase

0 commit comments

Comments
 (0)