google-apis-dialogflow_v3beta1 0.106.0 → 0.108.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c966bf0060b975863ce561df9aa3284cd02d3c89a3ed4248960be7ee22f9c5a4
4
- data.tar.gz: c46bc31a462114813898a3c054a485751f92574124d0f319686cc311ca405d56
3
+ metadata.gz: 864eeb51a60c6597e09af18cac8426c96956c42dc76b22cfceab08d8c6584f06
4
+ data.tar.gz: f0824817f3b4d4891f4369f3c8400b428167a3ae70a651c2376526c34481cdb6
5
5
  SHA512:
6
- metadata.gz: 9aec50fa639137b593fc3c13e05afb65168ce367e78289b4b42ac9d0c45041befcc15999739f3cfb07a5f8c1362cf1ad944cf6057145177f556b5b2de026c1f2
7
- data.tar.gz: 5c4c67bc6dd655dffd42fe73c71ced195cf6921ea839ec6adf01c7e4d826b196d473931a634a7cac3c54a9d298503918b6cedc4c4b340fb0794b56682148a81a
6
+ metadata.gz: a05463d34ac56a965fdfcb693bf35cd8c05dae510311a5f094a02bbf253d793db19f33c367e5c322743ab69517ae23a589d06f483275281725d5c29a0f68d209
7
+ data.tar.gz: b9b4e7a023cab205c6f1ac2f2ad3b7df635c77e2dec8c5d50077ea29ebd5ddc7ae2080d3ce05bb2bcd6d3698f6b670d69f7154d4b016663c05d05f3269b76734
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.108.0 (2025-08-17)
4
+
5
+ * Regenerated from discovery document revision 20250812
6
+
7
+ ### v0.107.0 (2025-08-10)
8
+
9
+ * Regenerated from discovery document revision 20250804
10
+
3
11
  ### v0.106.0 (2025-07-06)
4
12
 
5
13
  * Regenerated from discovery document revision 20250627
@@ -8082,6 +8082,11 @@ module Google
8082
8082
  # @return [Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1EventHandler>]
8083
8083
  attr_accessor :event_handlers
8084
8084
 
8085
+ # Optional. Defined structured input parameters for this flow.
8086
+ # Corresponds to the JSON property `inputParameterDefinitions`
8087
+ # @return [Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ParameterDefinition>]
8088
+ attr_accessor :input_parameter_definitions
8089
+
8085
8090
  # The Knowledge Connector settings for this page or flow. This includes
8086
8091
  # information such as the attached Knowledge Bases, and the way to execute
8087
8092
  # fulfillment.
@@ -8112,6 +8117,11 @@ module Google
8112
8117
  # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1NluSettings]
8113
8118
  attr_accessor :nlu_settings
8114
8119
 
8120
+ # Optional. Defined structured output parameters for this flow.
8121
+ # Corresponds to the JSON property `outputParameterDefinitions`
8122
+ # @return [Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ParameterDefinition>]
8123
+ attr_accessor :output_parameter_definitions
8124
+
8115
8125
  # A flow's transition route group serve two purposes: * They are responsible for
8116
8126
  # matching the user's first utterances in the flow. * They are inherited by
8117
8127
  # every page's transition route groups. Transition route groups defined in the
@@ -8145,11 +8155,13 @@ module Google
8145
8155
  @description = args[:description] if args.key?(:description)
8146
8156
  @display_name = args[:display_name] if args.key?(:display_name)
8147
8157
  @event_handlers = args[:event_handlers] if args.key?(:event_handlers)
8158
+ @input_parameter_definitions = args[:input_parameter_definitions] if args.key?(:input_parameter_definitions)
8148
8159
  @knowledge_connector_settings = args[:knowledge_connector_settings] if args.key?(:knowledge_connector_settings)
8149
8160
  @locked = args[:locked] if args.key?(:locked)
8150
8161
  @multi_language_settings = args[:multi_language_settings] if args.key?(:multi_language_settings)
8151
8162
  @name = args[:name] if args.key?(:name)
8152
8163
  @nlu_settings = args[:nlu_settings] if args.key?(:nlu_settings)
8164
+ @output_parameter_definitions = args[:output_parameter_definitions] if args.key?(:output_parameter_definitions)
8153
8165
  @transition_route_groups = args[:transition_route_groups] if args.key?(:transition_route_groups)
8154
8166
  @transition_routes = args[:transition_routes] if args.key?(:transition_routes)
8155
8167
  end
@@ -13394,7 +13406,9 @@ module Google
13394
13406
  class GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSettings
13395
13407
  include Google::Apis::Core::Hashable
13396
13408
 
13397
- # Filename pattern for exported audio.
13409
+ # Filename pattern for exported audio. `conversation` and `timestamp` are
13410
+ # placeholders that will be replaced with the conversation ID and epoch micros
13411
+ # of the conversation. For example, "`conversation`/recording_`timestamp`.mulaw".
13398
13412
  # Corresponds to the JSON property `audioExportPattern`
13399
13413
  # @return [String]
13400
13414
  attr_accessor :audio_export_pattern
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV3beta1
18
18
  # Version of the google-apis-dialogflow_v3beta1 gem
19
- GEM_VERSION = "0.106.0"
19
+ GEM_VERSION = "0.108.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250627"
25
+ REVISION = "20250812"
26
26
  end
27
27
  end
28
28
  end
@@ -6127,6 +6127,8 @@ module Google
6127
6127
  property :display_name, as: 'displayName'
6128
6128
  collection :event_handlers, as: 'eventHandlers', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1EventHandler, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1EventHandler::Representation
6129
6129
 
6130
+ collection :input_parameter_definitions, as: 'inputParameterDefinitions', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ParameterDefinition, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ParameterDefinition::Representation
6131
+
6130
6132
  property :knowledge_connector_settings, as: 'knowledgeConnectorSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings::Representation
6131
6133
 
6132
6134
  property :locked, as: 'locked'
@@ -6135,6 +6137,8 @@ module Google
6135
6137
  property :name, as: 'name'
6136
6138
  property :nlu_settings, as: 'nluSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1NluSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1NluSettings::Representation
6137
6139
 
6140
+ collection :output_parameter_definitions, as: 'outputParameterDefinitions', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ParameterDefinition, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ParameterDefinition::Representation
6141
+
6138
6142
  collection :transition_route_groups, as: 'transitionRouteGroups'
6139
6143
  collection :transition_routes, as: 'transitionRoutes', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRoute, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRoute::Representation
6140
6144
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v3beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.106.0
4
+ version: 0.108.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.106.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.108.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
62
62
  rdoc_options: []
63
63
  require_paths: