google-apis-dialogflow_v2beta1 0.71.0 → 0.73.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 04d5aec59d1b4df248b3383fdcfea3c129aa7fd256768a81cca097bb75c08646
4
- data.tar.gz: febd79996597ecfad8aac197d8b38b124841a1631d2494d7fe151f14c45f3133
3
+ metadata.gz: 74cadb8565743f668aa9542800549a5b195efa92f8b4371c731da879a3b27ce9
4
+ data.tar.gz: 0ca3ac78ec6f7aa963fe7dc690ff2a722012a85913d80c66ac53427804b733f6
5
5
  SHA512:
6
- metadata.gz: e1c019db7661849c7c45d9c3946f3c1089c379c5d4e665be04307c8fa4c5ac8e72ac113932310c01afaba9fc3f95a732534d6553a138c06a156b185f2fcf4121
7
- data.tar.gz: 1630af0d7ca1b2017cc9c96c79ef6ed9a74a634eadefd8ad0e209061a15f6e4e232665287c40c0d9ab174a273246cfba4c503612489e894840fe6366d0a2285f
6
+ metadata.gz: 9bf90cc61d2389228450b6cc15dded8a0c8821a44db01875894397efc9dee1e472687810d93dcf8012c035dee0cae9b9142c611bad681075d90c3226a72a6d65
7
+ data.tar.gz: 72b8cd032c1e9f07918c4260777feae0683eed30ec7c25b8d77495197e80aec72b662017330e06a2ac53d424dc078c2b06e14b4aecfd6b13cf3789cee126a28e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.73.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231204
6
+
7
+ ### v0.72.0 (2023-12-03)
8
+
9
+ * Regenerated from discovery document revision 20231129
10
+
3
11
  ### v0.71.0 (2023-11-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20231109
@@ -167,13 +167,9 @@ module Google
167
167
  # which the API starts speech detection and may inform the client that an
168
168
  # utterance has been detected. Note that no-speech event is not expected in this
169
169
  # phase. The client provides this configuration in terms of the durations of
170
- # those two phases. The durations are measured in terms of the audio length
171
- # fromt the the start of the input audio. The flow goes like below: --> Time
172
- # without speech detection | utterance only | utterance or no-speech event | | +-
173
- # ------------+ | +------------+ | +---------------+ ----------+ no barge-in +-|-
174
- # + barge-in +-|-+ normal period +----------- +-------------+ | +------------+ |
175
- # +---------------+ No-speech event is a response with END_OF_UTTERANCE without
176
- # any transcript following up.
170
+ # those two phases. The durations are measured in terms of the audio length from
171
+ # the the start of the input audio. No-speech event is a response with
172
+ # END_OF_UTTERANCE without any transcript following up.
177
173
  class GoogleCloudDialogflowCxV3BargeInConfig
178
174
  include Google::Apis::Core::Hashable
179
175
 
@@ -1567,13 +1563,9 @@ module Google
1567
1563
  # which the API starts speech detection and may inform the client that an
1568
1564
  # utterance has been detected. Note that no-speech event is not expected in this
1569
1565
  # phase. The client provides this configuration in terms of the durations of
1570
- # those two phases. The durations are measured in terms of the audio length
1571
- # fromt the the start of the input audio. The flow goes like below: --> Time
1572
- # without speech detection | utterance only | utterance or no-speech event | | +-
1573
- # ------------+ | +------------+ | +---------------+ ----------+ no barge-in +-|-
1574
- # + barge-in +-|-+ normal period +----------- +-------------+ | +------------+ |
1575
- # +---------------+ No-speech event is a response with END_OF_UTTERANCE without
1576
- # any transcript following up.
1566
+ # those two phases. The durations are measured in terms of the audio length from
1567
+ # the the start of the input audio. No-speech event is a response with
1568
+ # END_OF_UTTERANCE without any transcript following up.
1577
1569
  # Corresponds to the JSON property `bargeInConfig`
1578
1570
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3BargeInConfig]
1579
1571
  attr_accessor :barge_in_config
@@ -1587,17 +1579,9 @@ module Google
1587
1579
  attr_accessor :enable_word_info
1588
1580
  alias_method :enable_word_info?, :enable_word_info
1589
1581
 
1590
- # Optional. Which Speech model to select for the given request. Select the model
1591
- # best suited to your domain to get best results. If a model is not explicitly
1592
- # specified, then we auto-select a model based on the parameters in the
1593
- # InputAudioConfig. If enhanced speech model is enabled for the agent and an
1594
- # enhanced version of the specified model for the language does not exist, then
1595
- # the speech is recognized using the standard version of the specified model.
1596
- # Refer to [Cloud Speech API documentation](https://cloud.google.com/speech-to-
1597
- # text/docs/basics#select-model) for more details. If you specify a model, the
1598
- # following models typically have the best performance: - phone_call (best for
1599
- # Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony)
1600
- # - command_and_search (best for very short utterances and commands)
1582
+ # Optional. Which Speech model to select for the given request. For more
1583
+ # information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/
1584
+ # concept/speech-models).
1601
1585
  # Corresponds to the JSON property `model`
1602
1586
  # @return [String]
1603
1587
  attr_accessor :model
@@ -3752,13 +3736,9 @@ module Google
3752
3736
  # which the API starts speech detection and may inform the client that an
3753
3737
  # utterance has been detected. Note that no-speech event is not expected in this
3754
3738
  # phase. The client provides this configuration in terms of the durations of
3755
- # those two phases. The durations are measured in terms of the audio length
3756
- # fromt the the start of the input audio. The flow goes like below: --> Time
3757
- # without speech detection | utterance only | utterance or no-speech event | | +-
3758
- # ------------+ | +------------+ | +---------------+ ----------+ no barge-in +-|-
3759
- # + barge-in +-|-+ normal period +----------- +-------------+ | +------------+ |
3760
- # +---------------+ No-speech event is a response with END_OF_UTTERANCE without
3761
- # any transcript following up.
3739
+ # those two phases. The durations are measured in terms of the audio length from
3740
+ # the the start of the input audio. No-speech event is a response with
3741
+ # END_OF_UTTERANCE without any transcript following up.
3762
3742
  class GoogleCloudDialogflowCxV3beta1BargeInConfig
3763
3743
  include Google::Apis::Core::Hashable
3764
3744
 
@@ -5152,13 +5132,9 @@ module Google
5152
5132
  # which the API starts speech detection and may inform the client that an
5153
5133
  # utterance has been detected. Note that no-speech event is not expected in this
5154
5134
  # phase. The client provides this configuration in terms of the durations of
5155
- # those two phases. The durations are measured in terms of the audio length
5156
- # fromt the the start of the input audio. The flow goes like below: --> Time
5157
- # without speech detection | utterance only | utterance or no-speech event | | +-
5158
- # ------------+ | +------------+ | +---------------+ ----------+ no barge-in +-|-
5159
- # + barge-in +-|-+ normal period +----------- +-------------+ | +------------+ |
5160
- # +---------------+ No-speech event is a response with END_OF_UTTERANCE without
5161
- # any transcript following up.
5135
+ # those two phases. The durations are measured in terms of the audio length from
5136
+ # the the start of the input audio. No-speech event is a response with
5137
+ # END_OF_UTTERANCE without any transcript following up.
5162
5138
  # Corresponds to the JSON property `bargeInConfig`
5163
5139
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1BargeInConfig]
5164
5140
  attr_accessor :barge_in_config
@@ -5172,17 +5148,9 @@ module Google
5172
5148
  attr_accessor :enable_word_info
5173
5149
  alias_method :enable_word_info?, :enable_word_info
5174
5150
 
5175
- # Optional. Which Speech model to select for the given request. Select the model
5176
- # best suited to your domain to get best results. If a model is not explicitly
5177
- # specified, then we auto-select a model based on the parameters in the
5178
- # InputAudioConfig. If enhanced speech model is enabled for the agent and an
5179
- # enhanced version of the specified model for the language does not exist, then
5180
- # the speech is recognized using the standard version of the specified model.
5181
- # Refer to [Cloud Speech API documentation](https://cloud.google.com/speech-to-
5182
- # text/docs/basics#select-model) for more details. If you specify a model, the
5183
- # following models typically have the best performance: - phone_call (best for
5184
- # Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony)
5185
- # - command_and_search (best for very short utterances and commands)
5151
+ # Optional. Which Speech model to select for the given request. For more
5152
+ # information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/
5153
+ # concept/speech-models).
5186
5154
  # Corresponds to the JSON property `model`
5187
5155
  # @return [String]
5188
5156
  attr_accessor :model
@@ -7704,37 +7672,6 @@ module Google
7704
7672
  end
7705
7673
  end
7706
7674
 
7707
- # A customer-managed encryption key specification that can be applied to all
7708
- # created resources (e.g. Conversation).
7709
- class GoogleCloudDialogflowV2EncryptionSpec
7710
- include Google::Apis::Core::Hashable
7711
-
7712
- # Required. The name of customer-managed encryption key that is used to secure a
7713
- # resource and its sub-resources. If empty, the resource is secured by the
7714
- # default Google encryption key. Only the key in the same location as this
7715
- # resource is allowed to be used for encryption. Format: `projects/`project`/
7716
- # locations/`location`/keyRings/`keyRing`/cryptoKeys/`key``
7717
- # Corresponds to the JSON property `kmsKey`
7718
- # @return [String]
7719
- attr_accessor :kms_key
7720
-
7721
- # Immutable. The resource name of the encryption key specification resource.
7722
- # Format: projects/`project`/locations/`location`/encryptionSpec
7723
- # Corresponds to the JSON property `name`
7724
- # @return [String]
7725
- attr_accessor :name
7726
-
7727
- def initialize(**args)
7728
- update!(**args)
7729
- end
7730
-
7731
- # Update properties of this object
7732
- def update!(**args)
7733
- @kms_key = args[:kms_key] if args.key?(:kms_key)
7734
- @name = args[:name] if args.key?(:name)
7735
- end
7736
- end
7737
-
7738
7675
  # Each intent parameter has a type, called the entity type, which dictates
7739
7676
  # exactly how data from an end-user expression is extracted. Dialogflow provides
7740
7677
  # predefined system entities that can match many common types of data. For
@@ -8109,45 +8046,6 @@ module Google
8109
8046
  end
8110
8047
  end
8111
8048
 
8112
- # Metadata for initializing a location-level encryption specification.
8113
- class GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
8114
- include Google::Apis::Core::Hashable
8115
-
8116
- # The request to initialize a location-level encryption specification.
8117
- # Corresponds to the JSON property `request`
8118
- # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2InitializeEncryptionSpecRequest]
8119
- attr_accessor :request
8120
-
8121
- def initialize(**args)
8122
- update!(**args)
8123
- end
8124
-
8125
- # Update properties of this object
8126
- def update!(**args)
8127
- @request = args[:request] if args.key?(:request)
8128
- end
8129
- end
8130
-
8131
- # The request to initialize a location-level encryption specification.
8132
- class GoogleCloudDialogflowV2InitializeEncryptionSpecRequest
8133
- include Google::Apis::Core::Hashable
8134
-
8135
- # A customer-managed encryption key specification that can be applied to all
8136
- # created resources (e.g. Conversation).
8137
- # Corresponds to the JSON property `encryptionSpec`
8138
- # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2EncryptionSpec]
8139
- attr_accessor :encryption_spec
8140
-
8141
- def initialize(**args)
8142
- update!(**args)
8143
- end
8144
-
8145
- # Update properties of this object
8146
- def update!(**args)
8147
- @encryption_spec = args[:encryption_spec] if args.key?(:encryption_spec)
8148
- end
8149
- end
8150
-
8151
8049
  # InputDataset used to create model or do evaluation. NextID:5
8152
8050
  class GoogleCloudDialogflowV2InputDataset
8153
8051
  include Google::Apis::Core::Hashable
@@ -12162,37 +12060,6 @@ module Google
12162
12060
  end
12163
12061
  end
12164
12062
 
12165
- # A customer-managed encryption key specification that can be applied to all
12166
- # created resources (e.g. Conversation).
12167
- class GoogleCloudDialogflowV2beta1EncryptionSpec
12168
- include Google::Apis::Core::Hashable
12169
-
12170
- # Required. The name of customer-managed encryption key that is used to secure a
12171
- # resource and its sub-resources. If empty, the resource is secured by the
12172
- # default Google encryption key. Only the key in the same location as this
12173
- # resource is allowed to be used for encryption. Format: `projects/`project`/
12174
- # locations/`location`/keyRings/`keyRing`/cryptoKeys/`key``
12175
- # Corresponds to the JSON property `kmsKey`
12176
- # @return [String]
12177
- attr_accessor :kms_key
12178
-
12179
- # Immutable. The resource name of the encryption key specification resource.
12180
- # Format: projects/`project`/locations/`location`/encryptionSpec
12181
- # Corresponds to the JSON property `name`
12182
- # @return [String]
12183
- attr_accessor :name
12184
-
12185
- def initialize(**args)
12186
- update!(**args)
12187
- end
12188
-
12189
- # Update properties of this object
12190
- def update!(**args)
12191
- @kms_key = args[:kms_key] if args.key?(:kms_key)
12192
- @name = args[:name] if args.key?(:name)
12193
- end
12194
- end
12195
-
12196
12063
  # Each intent parameter has a type, called the entity type, which dictates
12197
12064
  # exactly how data from an end-user expression is extracted. Dialogflow provides
12198
12065
  # predefined system entities that can match many common types of data. For
@@ -13217,6 +13084,13 @@ module Google
13217
13084
  # @return [Fixnum]
13218
13085
  attr_accessor :max_results
13219
13086
 
13087
+ # Custom sections to return when requesting a summary of a conversation. This is
13088
+ # only supported when `baseline_model_version` == '2.0'. Supported features:
13089
+ # CONVERSATION_SUMMARIZATION, CONVERSATION_SUMMARIZATION_VOICE.
13090
+ # Corresponds to the JSON property `sections`
13091
+ # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigSections]
13092
+ attr_accessor :sections
13093
+
13220
13094
  def initialize(**args)
13221
13095
  update!(**args)
13222
13096
  end
@@ -13229,6 +13103,7 @@ module Google
13229
13103
  @document_query_source = args[:document_query_source] if args.key?(:document_query_source)
13230
13104
  @knowledge_base_query_source = args[:knowledge_base_query_source] if args.key?(:knowledge_base_query_source)
13231
13105
  @max_results = args[:max_results] if args.key?(:max_results)
13106
+ @sections = args[:sections] if args.key?(:sections)
13232
13107
  end
13233
13108
  end
13234
13109
 
@@ -13356,6 +13231,30 @@ module Google
13356
13231
  end
13357
13232
  end
13358
13233
 
13234
+ # Custom sections to return when requesting a summary of a conversation. This is
13235
+ # only supported when `baseline_model_version` == '2.0'. Supported features:
13236
+ # CONVERSATION_SUMMARIZATION, CONVERSATION_SUMMARIZATION_VOICE.
13237
+ class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigSections
13238
+ include Google::Apis::Core::Hashable
13239
+
13240
+ # The selected sections chosen to return when requesting a summary of a
13241
+ # conversation. A duplicate selected section will be treated as a single
13242
+ # selected section. If section types are not provided, the default will be `
13243
+ # SITUATION, ACTION, RESULT`.
13244
+ # Corresponds to the JSON property `sectionTypes`
13245
+ # @return [Array<String>]
13246
+ attr_accessor :section_types
13247
+
13248
+ def initialize(**args)
13249
+ update!(**args)
13250
+ end
13251
+
13252
+ # Update properties of this object
13253
+ def update!(**args)
13254
+ @section_types = args[:section_types] if args.key?(:section_types)
13255
+ end
13256
+ end
13257
+
13359
13258
  # Settings of suggestion trigger.
13360
13259
  class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings
13361
13260
  include Google::Apis::Core::Hashable
@@ -13625,45 +13524,6 @@ module Google
13625
13524
  end
13626
13525
  end
13627
13526
 
13628
- # Metadata for initializing a location-level encryption specification.
13629
- class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
13630
- include Google::Apis::Core::Hashable
13631
-
13632
- # The request to initialize a location-level encryption specification.
13633
- # Corresponds to the JSON property `request`
13634
- # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest]
13635
- attr_accessor :request
13636
-
13637
- def initialize(**args)
13638
- update!(**args)
13639
- end
13640
-
13641
- # Update properties of this object
13642
- def update!(**args)
13643
- @request = args[:request] if args.key?(:request)
13644
- end
13645
- end
13646
-
13647
- # The request to initialize a location-level encryption specification.
13648
- class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest
13649
- include Google::Apis::Core::Hashable
13650
-
13651
- # A customer-managed encryption key specification that can be applied to all
13652
- # created resources (e.g. Conversation).
13653
- # Corresponds to the JSON property `encryptionSpec`
13654
- # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EncryptionSpec]
13655
- attr_accessor :encryption_spec
13656
-
13657
- def initialize(**args)
13658
- update!(**args)
13659
- end
13660
-
13661
- # Update properties of this object
13662
- def update!(**args)
13663
- @encryption_spec = args[:encryption_spec] if args.key?(:encryption_spec)
13664
- end
13665
- end
13666
-
13667
13527
  # Instructs the speech recognizer on how to process the audio content.
13668
13528
  class GoogleCloudDialogflowV2beta1InputAudioConfig
13669
13529
  include Google::Apis::Core::Hashable
@@ -13728,17 +13588,9 @@ module Google
13728
13588
  # @return [String]
13729
13589
  attr_accessor :language_code
13730
13590
 
13731
- # Which Speech model to select for the given request. Select the model best
13732
- # suited to your domain to get best results. If a model is not explicitly
13733
- # specified, then we auto-select a model based on the parameters in the
13734
- # InputAudioConfig. If enhanced speech model is enabled for the agent and an
13735
- # enhanced version of the specified model for the language does not exist, then
13736
- # the speech is recognized using the standard version of the specified model.
13737
- # Refer to [Cloud Speech API documentation](https://cloud.google.com/speech-to-
13738
- # text/docs/basics#select-model) for more details. If you specify a model, the
13739
- # following models typically have the best performance: - phone_call (best for
13740
- # Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony)
13741
- # - command_and_search (best for very short utterances and commands)
13591
+ # Optional. Which Speech model to select for the given request. For more
13592
+ # information, see [Speech models](https://cloud.google.com/dialogflow/es/docs/
13593
+ # speech-models).
13742
13594
  # Corresponds to the JSON property `model`
13743
13595
  # @return [String]
13744
13596
  attr_accessor :model
@@ -17469,9 +17321,18 @@ module Google
17469
17321
  include Google::Apis::Core::Hashable
17470
17322
 
17471
17323
  # Which Speech model to select. Select the model best suited to your domain to
17472
- # get best results. If a model is not explicitly specified, then a default model
17473
- # is used. Refer to [Cloud Speech API documentation](https://cloud.google.com/
17474
- # speech-to-text/docs/basics#select-model) for more details.
17324
+ # get best results. If a model is not explicitly specified, then Dialogflow auto-
17325
+ # selects a model based on other parameters in the SpeechToTextConfig and Agent
17326
+ # settings. If enhanced speech model is enabled for the agent and an enhanced
17327
+ # version of the specified model for the language does not exist, then the
17328
+ # speech is recognized using the standard version of the specified model. Refer
17329
+ # to [Cloud Speech API documentation](https://cloud.google.com/speech-to-text/
17330
+ # docs/basics#select-model) for more details. If you specify a model, the
17331
+ # following models typically have the best performance: - phone_call (best for
17332
+ # Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony)
17333
+ # - command_and_search Leave this field unspecified to use [Agent Speech
17334
+ # settings](https://cloud.google.com/dialogflow/cx/docs/concept/agent#settings-
17335
+ # speech) for model selection.
17475
17336
  # Corresponds to the JSON property `model`
17476
17337
  # @return [String]
17477
17338
  attr_accessor :model
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV2beta1
18
18
  # Version of the google-apis-dialogflow_v2beta1 gem
19
- GEM_VERSION = "0.71.0"
19
+ GEM_VERSION = "0.73.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231109"
25
+ REVISION = "20231204"
26
26
  end
27
27
  end
28
28
  end
@@ -1300,12 +1300,6 @@ module Google
1300
1300
  include Google::Apis::Core::JsonObjectSupport
1301
1301
  end
1302
1302
 
1303
- class GoogleCloudDialogflowV2EncryptionSpec
1304
- class Representation < Google::Apis::Core::JsonRepresentation; end
1305
-
1306
- include Google::Apis::Core::JsonObjectSupport
1307
- end
1308
-
1309
1303
  class GoogleCloudDialogflowV2EntityType
1310
1304
  class Representation < Google::Apis::Core::JsonRepresentation; end
1311
1305
 
@@ -1372,18 +1366,6 @@ module Google
1372
1366
  include Google::Apis::Core::JsonObjectSupport
1373
1367
  end
1374
1368
 
1375
- class GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
1376
- class Representation < Google::Apis::Core::JsonRepresentation; end
1377
-
1378
- include Google::Apis::Core::JsonObjectSupport
1379
- end
1380
-
1381
- class GoogleCloudDialogflowV2InitializeEncryptionSpecRequest
1382
- class Representation < Google::Apis::Core::JsonRepresentation; end
1383
-
1384
- include Google::Apis::Core::JsonObjectSupport
1385
- end
1386
-
1387
1369
  class GoogleCloudDialogflowV2InputDataset
1388
1370
  class Representation < Google::Apis::Core::JsonRepresentation; end
1389
1371
 
@@ -1960,12 +1942,6 @@ module Google
1960
1942
  include Google::Apis::Core::JsonObjectSupport
1961
1943
  end
1962
1944
 
1963
- class GoogleCloudDialogflowV2beta1EncryptionSpec
1964
- class Representation < Google::Apis::Core::JsonRepresentation; end
1965
-
1966
- include Google::Apis::Core::JsonObjectSupport
1967
- end
1968
-
1969
1945
  class GoogleCloudDialogflowV2beta1EntityType
1970
1946
  class Representation < Google::Apis::Core::JsonRepresentation; end
1971
1947
 
@@ -2164,6 +2140,12 @@ module Google
2164
2140
  include Google::Apis::Core::JsonObjectSupport
2165
2141
  end
2166
2142
 
2143
+ class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigSections
2144
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2145
+
2146
+ include Google::Apis::Core::JsonObjectSupport
2147
+ end
2148
+
2167
2149
  class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings
2168
2150
  class Representation < Google::Apis::Core::JsonRepresentation; end
2169
2151
 
@@ -2218,18 +2200,6 @@ module Google
2218
2200
  include Google::Apis::Core::JsonObjectSupport
2219
2201
  end
2220
2202
 
2221
- class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
2222
- class Representation < Google::Apis::Core::JsonRepresentation; end
2223
-
2224
- include Google::Apis::Core::JsonObjectSupport
2225
- end
2226
-
2227
- class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest
2228
- class Representation < Google::Apis::Core::JsonRepresentation; end
2229
-
2230
- include Google::Apis::Core::JsonObjectSupport
2231
- end
2232
-
2233
2203
  class GoogleCloudDialogflowV2beta1InputAudioConfig
2234
2204
  class Representation < Google::Apis::Core::JsonRepresentation; end
2235
2205
 
@@ -5203,14 +5173,6 @@ module Google
5203
5173
  end
5204
5174
  end
5205
5175
 
5206
- class GoogleCloudDialogflowV2EncryptionSpec
5207
- # @private
5208
- class Representation < Google::Apis::Core::JsonRepresentation
5209
- property :kms_key, as: 'kmsKey'
5210
- property :name, as: 'name'
5211
- end
5212
- end
5213
-
5214
5176
  class GoogleCloudDialogflowV2EntityType
5215
5177
  # @private
5216
5178
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5312,22 +5274,6 @@ module Google
5312
5274
  end
5313
5275
  end
5314
5276
 
5315
- class GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
5316
- # @private
5317
- class Representation < Google::Apis::Core::JsonRepresentation
5318
- property :request, as: 'request', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2InitializeEncryptionSpecRequest, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2InitializeEncryptionSpecRequest::Representation
5319
-
5320
- end
5321
- end
5322
-
5323
- class GoogleCloudDialogflowV2InitializeEncryptionSpecRequest
5324
- # @private
5325
- class Representation < Google::Apis::Core::JsonRepresentation
5326
- property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2EncryptionSpec, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2EncryptionSpec::Representation
5327
-
5328
- end
5329
- end
5330
-
5331
5277
  class GoogleCloudDialogflowV2InputDataset
5332
5278
  # @private
5333
5279
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -6391,14 +6337,6 @@ module Google
6391
6337
  end
6392
6338
  end
6393
6339
 
6394
- class GoogleCloudDialogflowV2beta1EncryptionSpec
6395
- # @private
6396
- class Representation < Google::Apis::Core::JsonRepresentation
6397
- property :kms_key, as: 'kmsKey'
6398
- property :name, as: 'name'
6399
- end
6400
- end
6401
-
6402
6340
  class GoogleCloudDialogflowV2beta1EntityType
6403
6341
  # @private
6404
6342
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -6674,6 +6612,8 @@ module Google
6674
6612
  property :knowledge_base_query_source, as: 'knowledgeBaseQuerySource', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource::Representation
6675
6613
 
6676
6614
  property :max_results, as: 'maxResults'
6615
+ property :sections, as: 'sections', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigSections, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigSections::Representation
6616
+
6677
6617
  end
6678
6618
  end
6679
6619
 
@@ -6716,6 +6656,13 @@ module Google
6716
6656
  end
6717
6657
  end
6718
6658
 
6659
+ class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigSections
6660
+ # @private
6661
+ class Representation < Google::Apis::Core::JsonRepresentation
6662
+ collection :section_types, as: 'sectionTypes'
6663
+ end
6664
+ end
6665
+
6719
6666
  class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings
6720
6667
  # @private
6721
6668
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -6797,22 +6744,6 @@ module Google
6797
6744
  end
6798
6745
  end
6799
6746
 
6800
- class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
6801
- # @private
6802
- class Representation < Google::Apis::Core::JsonRepresentation
6803
- property :request, as: 'request', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest::Representation
6804
-
6805
- end
6806
- end
6807
-
6808
- class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest
6809
- # @private
6810
- class Representation < Google::Apis::Core::JsonRepresentation
6811
- property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EncryptionSpec, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EncryptionSpec::Representation
6812
-
6813
- end
6814
- end
6815
-
6816
6747
  class GoogleCloudDialogflowV2beta1InputAudioConfig
6817
6748
  # @private
6818
6749
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.71.0
4
+ version: 0.73.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-19 00:00:00.000000000 Z
11
+ date: 2023-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.71.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.73.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
63
63
  post_install_message:
64
64
  rdoc_options: []