Skip to content

Commit

Permalink
feat: Automated regeneration of dialogflow v2 client (googleapis#17602)
Browse files Browse the repository at this point in the history
Co-authored-by: Yoshi Automation Bot <yoshi-automation@google.com>
  • Loading branch information
yoshi-code-bot and yoshi-automation authored Jan 30, 2024
1 parent 9e36508 commit 3ff0a14
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
5 changes: 5 additions & 0 deletions generated/google-apis-dialogflow_v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-dialogflow_v2

### v0.79.0 (2024-01-28)

* Regenerated from discovery document revision 20240122
* Regenerated using generator version 0.13.1

### v0.78.0 (2024-01-23)

* Regenerated from discovery document revision 20240113
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,9 @@ class GoogleCloudDialogflowCxV3InputAudioConfig
attr_accessor :model_variant

# If `true`, the request will opt out for STT conformer model migration. This
# field will be deprecated once force migration takes place in June 2024.
# field will be deprecated once force migration takes place in June 2024. Please
# refer to [Dialogflow CX Speech model migration](https://cloud.google.com/
# dialogflow/cx/docs/concept/speech-model-migration).
# Corresponds to the JSON property `optOutConformerModelMigration`
# @return [Boolean]
attr_accessor :opt_out_conformer_model_migration
Expand Down Expand Up @@ -5177,7 +5179,9 @@ class GoogleCloudDialogflowCxV3beta1InputAudioConfig
attr_accessor :model_variant

# If `true`, the request will opt out for STT conformer model migration. This
# field will be deprecated once force migration takes place in June 2024.
# field will be deprecated once force migration takes place in June 2024. Please
# refer to [Dialogflow CX Speech model migration](https://cloud.google.com/
# dialogflow/cx/docs/concept/speech-model-migration).
# Corresponds to the JSON property `optOutConformerModelMigration`
# @return [Boolean]
attr_accessor :opt_out_conformer_model_migration
Expand Down Expand Up @@ -10927,7 +10931,9 @@ class GoogleCloudDialogflowV2InputAudioConfig
attr_accessor :model_variant

# If `true`, the request will opt out for STT conformer model migration. This
# field will be deprecated once force migration takes place in June 2024.
# field will be deprecated once force migration takes place in June 2024. Please
# refer to [Dialogflow ES Speech model migration](https://cloud.google.com/
# dialogflow/es/docs/speech-model-migration).
# Corresponds to the JSON property `optOutConformerModelMigration`
# @return [Boolean]
attr_accessor :opt_out_conformer_model_migration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module DialogflowV2
# Version of the google-apis-dialogflow_v2 gem
GEM_VERSION = "0.78.0"
GEM_VERSION = "0.79.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.13.0"
GENERATOR_VERSION = "0.13.1"

# Revision of the discovery document this client was generated from
REVISION = "20240113"
REVISION = "20240122"
end
end
end

0 comments on commit 3ff0a14

Please sign in to comment.