google-apis-dialogflow_v2 0.72.0 → 0.74.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: a8dba1540e54c59774910e8f9c3ee28bd42de2bb6ed814228e736a17dcbd0afa
4
- data.tar.gz: 9dc797324e777face90a73d76351a017828a0589d1516c714b3c1c4231d3effb
3
+ metadata.gz: 317a0de34e71d28977d1b8d6415e8082e9bd93a6aa7945bb916f172b28ed59db
4
+ data.tar.gz: 29cb76963f59f6ec1ba64fa2f92f3a30ad26260e8fff42b968f0da00c5b1adec
5
5
  SHA512:
6
- metadata.gz: a91da83321bbfba77b1415d7ddf04682061138c8c3545318622c7d310ddf4f1cb63580f898b6e4362c4126f90b427e303ec8d5a9fc802e9521fd9a56a54a33dc
7
- data.tar.gz: 61d89509ce8f28f46aa1c9ee48ce2783e1ebf8d2962933604f3aa7ccccdb7ac6e7832a7b394706bfcf5f93b312a29b6f3b515402517a23229f7a165d9ba340ae
6
+ metadata.gz: 837768201d9173af9700c11d904046797c8024bca147d93f04260d9f551a1432711414d6d9ec126551f4ebe2efb833322ed85b453c12ffd1a61bf4a3cdecb647
7
+ data.tar.gz: 7f7728c59b7402caae8b0873a19da5182747aab459d165bc7796441207af30086c803f042fa98151950c5b11b5aabdb717d8bf3466aac5a453ba4a8b11e77bb8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.74.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231204
6
+
7
+ ### v0.73.0 (2023-12-03)
8
+
9
+ * Regenerated from discovery document revision 20231129
10
+
3
11
  ### v0.72.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::DialogflowV2::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::DialogflowV2::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
@@ -9225,37 +9193,6 @@ module Google
9225
9193
  end
9226
9194
  end
9227
9195
 
9228
- # A customer-managed encryption key specification that can be applied to all
9229
- # created resources (e.g. Conversation).
9230
- class GoogleCloudDialogflowV2EncryptionSpec
9231
- include Google::Apis::Core::Hashable
9232
-
9233
- # Required. The name of customer-managed encryption key that is used to secure a
9234
- # resource and its sub-resources. If empty, the resource is secured by the
9235
- # default Google encryption key. Only the key in the same location as this
9236
- # resource is allowed to be used for encryption. Format: `projects/`project`/
9237
- # locations/`location`/keyRings/`keyRing`/cryptoKeys/`key``
9238
- # Corresponds to the JSON property `kmsKey`
9239
- # @return [String]
9240
- attr_accessor :kms_key
9241
-
9242
- # Immutable. The resource name of the encryption key specification resource.
9243
- # Format: projects/`project`/locations/`location`/encryptionSpec
9244
- # Corresponds to the JSON property `name`
9245
- # @return [String]
9246
- attr_accessor :name
9247
-
9248
- def initialize(**args)
9249
- update!(**args)
9250
- end
9251
-
9252
- # Update properties of this object
9253
- def update!(**args)
9254
- @kms_key = args[:kms_key] if args.key?(:kms_key)
9255
- @name = args[:name] if args.key?(:name)
9256
- end
9257
- end
9258
-
9259
9196
  # Each intent parameter has a type, called the entity type, which dictates
9260
9197
  # exactly how data from an end-user expression is extracted. Dialogflow provides
9261
9198
  # predefined system entities that can match many common types of data. For
@@ -10381,6 +10318,13 @@ module Google
10381
10318
  # @return [Fixnum]
10382
10319
  attr_accessor :max_results
10383
10320
 
10321
+ # Custom sections to return when requesting a summary of a conversation. This is
10322
+ # only supported when `baseline_model_version` == '2.0'. Supported features:
10323
+ # CONVERSATION_SUMMARIZATION, CONVERSATION_SUMMARIZATION_VOICE.
10324
+ # Corresponds to the JSON property `sections`
10325
+ # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections]
10326
+ attr_accessor :sections
10327
+
10384
10328
  def initialize(**args)
10385
10329
  update!(**args)
10386
10330
  end
@@ -10393,6 +10337,7 @@ module Google
10393
10337
  @document_query_source = args[:document_query_source] if args.key?(:document_query_source)
10394
10338
  @knowledge_base_query_source = args[:knowledge_base_query_source] if args.key?(:knowledge_base_query_source)
10395
10339
  @max_results = args[:max_results] if args.key?(:max_results)
10340
+ @sections = args[:sections] if args.key?(:sections)
10396
10341
  end
10397
10342
  end
10398
10343
 
@@ -10519,6 +10464,30 @@ module Google
10519
10464
  end
10520
10465
  end
10521
10466
 
10467
+ # Custom sections to return when requesting a summary of a conversation. This is
10468
+ # only supported when `baseline_model_version` == '2.0'. Supported features:
10469
+ # CONVERSATION_SUMMARIZATION, CONVERSATION_SUMMARIZATION_VOICE.
10470
+ class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections
10471
+ include Google::Apis::Core::Hashable
10472
+
10473
+ # The selected sections chosen to return when requesting a summary of a
10474
+ # conversation. A duplicate selected section will be treated as a single
10475
+ # selected section. If section types are not provided, the default will be `
10476
+ # SITUATION, ACTION, RESULT`.
10477
+ # Corresponds to the JSON property `sectionTypes`
10478
+ # @return [Array<String>]
10479
+ attr_accessor :section_types
10480
+
10481
+ def initialize(**args)
10482
+ update!(**args)
10483
+ end
10484
+
10485
+ # Update properties of this object
10486
+ def update!(**args)
10487
+ @section_types = args[:section_types] if args.key?(:section_types)
10488
+ end
10489
+ end
10490
+
10522
10491
  # Settings of suggestion trigger.
10523
10492
  class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings
10524
10493
  include Google::Apis::Core::Hashable
@@ -10865,45 +10834,6 @@ module Google
10865
10834
  end
10866
10835
  end
10867
10836
 
10868
- # Metadata for initializing a location-level encryption specification.
10869
- class GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
10870
- include Google::Apis::Core::Hashable
10871
-
10872
- # The request to initialize a location-level encryption specification.
10873
- # Corresponds to the JSON property `request`
10874
- # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2InitializeEncryptionSpecRequest]
10875
- attr_accessor :request
10876
-
10877
- def initialize(**args)
10878
- update!(**args)
10879
- end
10880
-
10881
- # Update properties of this object
10882
- def update!(**args)
10883
- @request = args[:request] if args.key?(:request)
10884
- end
10885
- end
10886
-
10887
- # The request to initialize a location-level encryption specification.
10888
- class GoogleCloudDialogflowV2InitializeEncryptionSpecRequest
10889
- include Google::Apis::Core::Hashable
10890
-
10891
- # A customer-managed encryption key specification that can be applied to all
10892
- # created resources (e.g. Conversation).
10893
- # Corresponds to the JSON property `encryptionSpec`
10894
- # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EncryptionSpec]
10895
- attr_accessor :encryption_spec
10896
-
10897
- def initialize(**args)
10898
- update!(**args)
10899
- end
10900
-
10901
- # Update properties of this object
10902
- def update!(**args)
10903
- @encryption_spec = args[:encryption_spec] if args.key?(:encryption_spec)
10904
- end
10905
- end
10906
-
10907
10837
  # Instructs the speech recognizer how to process the audio content.
10908
10838
  class GoogleCloudDialogflowV2InputAudioConfig
10909
10839
  include Google::Apis::Core::Hashable
@@ -10945,17 +10875,9 @@ module Google
10945
10875
  # @return [String]
10946
10876
  attr_accessor :language_code
10947
10877
 
10948
- # Which Speech model to select for the given request. Select the model best
10949
- # suited to your domain to get best results. If a model is not explicitly
10950
- # specified, then we auto-select a model based on the parameters in the
10951
- # InputAudioConfig. If enhanced speech model is enabled for the agent and an
10952
- # enhanced version of the specified model for the language does not exist, then
10953
- # the speech is recognized using the standard version of the specified model.
10954
- # Refer to [Cloud Speech API documentation](https://cloud.google.com/speech-to-
10955
- # text/docs/basics#select-model) for more details. If you specify a model, the
10956
- # following models typically have the best performance: - phone_call (best for
10957
- # Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony)
10958
- # - command_and_search (best for very short utterances and commands)
10878
+ # Optional. Which Speech model to select for the given request. For more
10879
+ # information, see [Speech models](https://cloud.google.com/dialogflow/es/docs/
10880
+ # speech-models).
10959
10881
  # Corresponds to the JSON property `model`
10960
10882
  # @return [String]
10961
10883
  attr_accessor :model
@@ -14067,9 +13989,18 @@ module Google
14067
13989
  include Google::Apis::Core::Hashable
14068
13990
 
14069
13991
  # Which Speech model to select. Select the model best suited to your domain to
14070
- # get best results. If a model is not explicitly specified, then a default model
14071
- # is used. Refer to [Cloud Speech API documentation](https://cloud.google.com/
14072
- # speech-to-text/docs/basics#select-model) for more details.
13992
+ # get best results. If a model is not explicitly specified, then Dialogflow auto-
13993
+ # selects a model based on other parameters in the SpeechToTextConfig and Agent
13994
+ # settings. If enhanced speech model is enabled for the agent and an enhanced
13995
+ # version of the specified model for the language does not exist, then the
13996
+ # speech is recognized using the standard version of the specified model. Refer
13997
+ # to [Cloud Speech API documentation](https://cloud.google.com/speech-to-text/
13998
+ # docs/basics#select-model) for more details. If you specify a model, the
13999
+ # following models typically have the best performance: - phone_call (best for
14000
+ # Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony)
14001
+ # - command_and_search Leave this field unspecified to use [Agent Speech
14002
+ # settings](https://cloud.google.com/dialogflow/cx/docs/concept/agent#settings-
14003
+ # speech) for model selection.
14073
14004
  # Corresponds to the JSON property `model`
14074
14005
  # @return [String]
14075
14006
  attr_accessor :model
@@ -15252,37 +15183,6 @@ module Google
15252
15183
  end
15253
15184
  end
15254
15185
 
15255
- # A customer-managed encryption key specification that can be applied to all
15256
- # created resources (e.g. Conversation).
15257
- class GoogleCloudDialogflowV2beta1EncryptionSpec
15258
- include Google::Apis::Core::Hashable
15259
-
15260
- # Required. The name of customer-managed encryption key that is used to secure a
15261
- # resource and its sub-resources. If empty, the resource is secured by the
15262
- # default Google encryption key. Only the key in the same location as this
15263
- # resource is allowed to be used for encryption. Format: `projects/`project`/
15264
- # locations/`location`/keyRings/`keyRing`/cryptoKeys/`key``
15265
- # Corresponds to the JSON property `kmsKey`
15266
- # @return [String]
15267
- attr_accessor :kms_key
15268
-
15269
- # Immutable. The resource name of the encryption key specification resource.
15270
- # Format: projects/`project`/locations/`location`/encryptionSpec
15271
- # Corresponds to the JSON property `name`
15272
- # @return [String]
15273
- attr_accessor :name
15274
-
15275
- def initialize(**args)
15276
- update!(**args)
15277
- end
15278
-
15279
- # Update properties of this object
15280
- def update!(**args)
15281
- @kms_key = args[:kms_key] if args.key?(:kms_key)
15282
- @name = args[:name] if args.key?(:name)
15283
- end
15284
- end
15285
-
15286
15186
  # Each intent parameter has a type, called the entity type, which dictates
15287
15187
  # exactly how data from an end-user expression is extracted. Dialogflow provides
15288
15188
  # predefined system entities that can match many common types of data. For
@@ -15601,45 +15501,6 @@ module Google
15601
15501
  end
15602
15502
  end
15603
15503
 
15604
- # Metadata for initializing a location-level encryption specification.
15605
- class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
15606
- include Google::Apis::Core::Hashable
15607
-
15608
- # The request to initialize a location-level encryption specification.
15609
- # Corresponds to the JSON property `request`
15610
- # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest]
15611
- attr_accessor :request
15612
-
15613
- def initialize(**args)
15614
- update!(**args)
15615
- end
15616
-
15617
- # Update properties of this object
15618
- def update!(**args)
15619
- @request = args[:request] if args.key?(:request)
15620
- end
15621
- end
15622
-
15623
- # The request to initialize a location-level encryption specification.
15624
- class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest
15625
- include Google::Apis::Core::Hashable
15626
-
15627
- # A customer-managed encryption key specification that can be applied to all
15628
- # created resources (e.g. Conversation).
15629
- # Corresponds to the JSON property `encryptionSpec`
15630
- # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1EncryptionSpec]
15631
- attr_accessor :encryption_spec
15632
-
15633
- def initialize(**args)
15634
- update!(**args)
15635
- end
15636
-
15637
- # Update properties of this object
15638
- def update!(**args)
15639
- @encryption_spec = args[:encryption_spec] if args.key?(:encryption_spec)
15640
- end
15641
- end
15642
-
15643
15504
  # An intent categorizes an end-user's intention for one conversation turn. For
15644
15505
  # each agent, you define many intents, where your combined intents can handle a
15645
15506
  # complete conversation. When an end-user writes or says something, referred to
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV2
18
18
  # Version of the google-apis-dialogflow_v2 gem
19
- GEM_VERSION = "0.72.0"
19
+ GEM_VERSION = "0.74.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
@@ -1510,12 +1510,6 @@ module Google
1510
1510
  include Google::Apis::Core::JsonObjectSupport
1511
1511
  end
1512
1512
 
1513
- class GoogleCloudDialogflowV2EncryptionSpec
1514
- class Representation < Google::Apis::Core::JsonRepresentation; end
1515
-
1516
- include Google::Apis::Core::JsonObjectSupport
1517
- end
1518
-
1519
1513
  class GoogleCloudDialogflowV2EntityType
1520
1514
  class Representation < Google::Apis::Core::JsonRepresentation; end
1521
1515
 
@@ -1732,6 +1726,12 @@ module Google
1732
1726
  include Google::Apis::Core::JsonObjectSupport
1733
1727
  end
1734
1728
 
1729
+ class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections
1730
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1731
+
1732
+ include Google::Apis::Core::JsonObjectSupport
1733
+ end
1734
+
1735
1735
  class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings
1736
1736
  class Representation < Google::Apis::Core::JsonRepresentation; end
1737
1737
 
@@ -1804,18 +1804,6 @@ module Google
1804
1804
  include Google::Apis::Core::JsonObjectSupport
1805
1805
  end
1806
1806
 
1807
- class GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
1808
- class Representation < Google::Apis::Core::JsonRepresentation; end
1809
-
1810
- include Google::Apis::Core::JsonObjectSupport
1811
- end
1812
-
1813
- class GoogleCloudDialogflowV2InitializeEncryptionSpecRequest
1814
- class Representation < Google::Apis::Core::JsonRepresentation; end
1815
-
1816
- include Google::Apis::Core::JsonObjectSupport
1817
- end
1818
-
1819
1807
  class GoogleCloudDialogflowV2InputAudioConfig
1820
1808
  class Representation < Google::Apis::Core::JsonRepresentation; end
1821
1809
 
@@ -2524,12 +2512,6 @@ module Google
2524
2512
  include Google::Apis::Core::JsonObjectSupport
2525
2513
  end
2526
2514
 
2527
- class GoogleCloudDialogflowV2beta1EncryptionSpec
2528
- class Representation < Google::Apis::Core::JsonRepresentation; end
2529
-
2530
- include Google::Apis::Core::JsonObjectSupport
2531
- end
2532
-
2533
2515
  class GoogleCloudDialogflowV2beta1EntityType
2534
2516
  class Representation < Google::Apis::Core::JsonRepresentation; end
2535
2517
 
@@ -2584,18 +2566,6 @@ module Google
2584
2566
  include Google::Apis::Core::JsonObjectSupport
2585
2567
  end
2586
2568
 
2587
- class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
2588
- class Representation < Google::Apis::Core::JsonRepresentation; end
2589
-
2590
- include Google::Apis::Core::JsonObjectSupport
2591
- end
2592
-
2593
- class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest
2594
- class Representation < Google::Apis::Core::JsonRepresentation; end
2595
-
2596
- include Google::Apis::Core::JsonObjectSupport
2597
- end
2598
-
2599
2569
  class GoogleCloudDialogflowV2beta1Intent
2600
2570
  class Representation < Google::Apis::Core::JsonRepresentation; end
2601
2571
 
@@ -5585,14 +5555,6 @@ module Google
5585
5555
  end
5586
5556
  end
5587
5557
 
5588
- class GoogleCloudDialogflowV2EncryptionSpec
5589
- # @private
5590
- class Representation < Google::Apis::Core::JsonRepresentation
5591
- property :kms_key, as: 'kmsKey'
5592
- property :name, as: 'name'
5593
- end
5594
- end
5595
-
5596
5558
  class GoogleCloudDialogflowV2EntityType
5597
5559
  # @private
5598
5560
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5899,6 +5861,8 @@ module Google
5899
5861
  property :knowledge_base_query_source, as: 'knowledgeBaseQuerySource', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource::Representation
5900
5862
 
5901
5863
  property :max_results, as: 'maxResults'
5864
+ property :sections, as: 'sections', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections::Representation
5865
+
5902
5866
  end
5903
5867
  end
5904
5868
 
@@ -5941,6 +5905,13 @@ module Google
5941
5905
  end
5942
5906
  end
5943
5907
 
5908
+ class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections
5909
+ # @private
5910
+ class Representation < Google::Apis::Core::JsonRepresentation
5911
+ collection :section_types, as: 'sectionTypes'
5912
+ end
5913
+ end
5914
+
5944
5915
  class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings
5945
5916
  # @private
5946
5917
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -6048,22 +6019,6 @@ module Google
6048
6019
  end
6049
6020
  end
6050
6021
 
6051
- class GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
6052
- # @private
6053
- class Representation < Google::Apis::Core::JsonRepresentation
6054
- property :request, as: 'request', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2InitializeEncryptionSpecRequest, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2InitializeEncryptionSpecRequest::Representation
6055
-
6056
- end
6057
- end
6058
-
6059
- class GoogleCloudDialogflowV2InitializeEncryptionSpecRequest
6060
- # @private
6061
- class Representation < Google::Apis::Core::JsonRepresentation
6062
- property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EncryptionSpec, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EncryptionSpec::Representation
6063
-
6064
- end
6065
- end
6066
-
6067
6022
  class GoogleCloudDialogflowV2InputAudioConfig
6068
6023
  # @private
6069
6024
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7257,14 +7212,6 @@ module Google
7257
7212
  end
7258
7213
  end
7259
7214
 
7260
- class GoogleCloudDialogflowV2beta1EncryptionSpec
7261
- # @private
7262
- class Representation < Google::Apis::Core::JsonRepresentation
7263
- property :kms_key, as: 'kmsKey'
7264
- property :name, as: 'name'
7265
- end
7266
- end
7267
-
7268
7215
  class GoogleCloudDialogflowV2beta1EntityType
7269
7216
  # @private
7270
7217
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7348,22 +7295,6 @@ module Google
7348
7295
  end
7349
7296
  end
7350
7297
 
7351
- class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
7352
- # @private
7353
- class Representation < Google::Apis::Core::JsonRepresentation
7354
- property :request, as: 'request', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest::Representation
7355
-
7356
- end
7357
- end
7358
-
7359
- class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest
7360
- # @private
7361
- class Representation < Google::Apis::Core::JsonRepresentation
7362
- property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1EncryptionSpec, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1EncryptionSpec::Representation
7363
-
7364
- end
7365
- end
7366
-
7367
7298
  class GoogleCloudDialogflowV2beta1Intent
7368
7299
  # @private
7369
7300
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.72.0
4
+ version: 0.74.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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.72.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.74.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2
63
63
  post_install_message:
64
64
  rdoc_options: []