Skip to content

Commit cd0291a

Browse files
feat: Automated regeneration of dialogflow v3beta1 client (googleapis#23639)
Auto-created at 2025-07-06 10:43:42 +0000 using the toys pull request generator.
1 parent 6a3695b commit cd0291a

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194800,6 +194800,8 @@
194800194800
"/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet": google_cloud_dialogflow_cx_v3beta1_data_store_connection_signals_search_snippet
194801194801
"/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet/documentTitle": document_title
194802194802
"/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet/documentUri": document_uri
194803+
"/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet/metadata": metadata
194804+
"/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet/metadata/metadatum": metadatum
194803194805
"/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet/text": text
194804194806
"/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1DeleteDocumentOperationMetadata": google_cloud_dialogflow_cx_v3beta1_delete_document_operation_metadata
194805194807
"/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1DeleteDocumentOperationMetadata/genericMetadata": generic_metadata

generated/google-apis-dialogflow_v3beta1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-dialogflow_v3beta1
22

3+
### v0.106.0 (2025-07-06)
4+
5+
* Regenerated from discovery document revision 20250627
6+
37
### v0.105.0 (2025-06-29)
48

59
* Regenerated from discovery document revision 20250625

generated/google-apis-dialogflow_v3beta1/lib/google/apis/dialogflow_v3beta1/classes.rb

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6401,6 +6401,11 @@ class GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet
64016401
# @return [String]
64026402
attr_accessor :document_uri
64036403

6404+
# Metadata associated with the document.
6405+
# Corresponds to the JSON property `metadata`
6406+
# @return [Hash<String,Object>]
6407+
attr_accessor :metadata
6408+
64046409
# Text included in the prompt.
64056410
# Corresponds to the JSON property `text`
64066411
# @return [String]
@@ -6414,6 +6419,7 @@ def initialize(**args)
64146419
def update!(**args)
64156420
@document_title = args[:document_title] if args.key?(:document_title)
64166421
@document_uri = args[:document_uri] if args.key?(:document_uri)
6422+
@metadata = args[:metadata] if args.key?(:metadata)
64176423
@text = args[:text] if args.key?(:text)
64186424
end
64196425
end
@@ -15672,12 +15678,6 @@ class GoogleCloudDialogflowCxV3beta1VoiceSelectionParams
1567215678
# @return [String]
1567315679
attr_accessor :name
1567415680

15675-
# Optional. The name of the second voice (non-English) if language detection is
15676-
# supported.
15677-
# Corresponds to the JSON property `secondLanguageModel`
15678-
# @return [String]
15679-
attr_accessor :second_language_model
15680-
1568115681
# Optional. The preferred gender of the voice. If not set, the service will
1568215682
# choose a voice based on the other parameters such as language_code and name.
1568315683
# Note that this is only a preference, not requirement. If a voice of the
@@ -15694,7 +15694,6 @@ def initialize(**args)
1569415694
# Update properties of this object
1569515695
def update!(**args)
1569615696
@name = args[:name] if args.key?(:name)
15697-
@second_language_model = args[:second_language_model] if args.key?(:second_language_model)
1569815697
@ssml_gender = args[:ssml_gender] if args.key?(:ssml_gender)
1569915698
end
1570015699
end

generated/google-apis-dialogflow_v3beta1/lib/google/apis/dialogflow_v3beta1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DialogflowV3beta1
1818
# Version of the google-apis-dialogflow_v3beta1 gem
19-
GEM_VERSION = "0.105.0"
19+
GEM_VERSION = "0.106.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250625"
25+
REVISION = "20250627"
2626
end
2727
end
2828
end

generated/google-apis-dialogflow_v3beta1/lib/google/apis/dialogflow_v3beta1/representations.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5686,6 +5686,7 @@ class GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet
56865686
class Representation < Google::Apis::Core::JsonRepresentation
56875687
property :document_title, as: 'documentTitle'
56885688
property :document_uri, as: 'documentUri'
5689+
hash :metadata, as: 'metadata'
56895690
property :text, as: 'text'
56905691
end
56915692
end
@@ -8222,7 +8223,6 @@ class GoogleCloudDialogflowCxV3beta1VoiceSelectionParams
82228223
# @private
82238224
class Representation < Google::Apis::Core::JsonRepresentation
82248225
property :name, as: 'name'
8225-
property :second_language_model, as: 'secondLanguageModel'
82268226
property :ssml_gender, as: 'ssmlGender'
82278227
end
82288228
end

0 commit comments

Comments
 (0)