google-apis-dialogflow_v3beta1 0.41.0 → 0.44.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: 6ef670794903abd6a1f3149f6644aec518dd6a44044fa781c407a79eec476f96
4
- data.tar.gz: f1e4dbdbba098b1d0fddb9e96db02f29db97efc0310c2d001c42cca91d720467
3
+ metadata.gz: a81e2bcf222fa4f9c27c33eebafdc4e6f3654ce15a16bf6021218de4a96824bb
4
+ data.tar.gz: c8929bde55ca1e52850aaef2a14148c4ad13be5124f462de801192e8a98279ab
5
5
  SHA512:
6
- metadata.gz: 1d7f0759a6812d3892d74fffd51cd956c3a5de9c297db955a22c02d99ca24407b47a9d12d303b7ebbd3d33c73d31395b285555a157f87c8ddc1ef89d609a2904
7
- data.tar.gz: e7e8fd9fb617d659ef331c7898b786d1c9cb53097e8b4081c17e6e8d2ea5013be3b5a135dd3b98e9d657e07fcb39c49ca433e56ccce207b0da52e8027052ef18
6
+ metadata.gz: acbf65ef19916e118d27fae0b79c4c6a5b159849690b01f21d3765cc2e9047216eb0d4b17936a4b14a137a9d3b10425be726a1f3a2d8d19eeb7b626dfa64d3c3
7
+ data.tar.gz: 77a1729485dc7500d311c5985bdb0af447cc4c1728bb1bcb3c77ee8713bb7205766cfe50cf6d153c9c70466e80ee8ef43d0512e41e78e5b8b15a97649c04567c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.44.0 (2022-09-04)
4
+
5
+ * Regenerated from discovery document revision 20220901
6
+
7
+ ### v0.43.0 (2022-08-27)
8
+
9
+ * Regenerated from discovery document revision 20220824
10
+
11
+ ### v0.42.0 (2022-07-09)
12
+
13
+ * Regenerated from discovery document revision 20220706
14
+ * Regenerated using generator version 0.9.0
15
+
3
16
  ### v0.41.0 (2022-06-30)
4
17
 
5
18
  * Regenerated using generator version 0.8.0
@@ -2952,6 +2952,11 @@ module Google
2952
2952
 
2953
2953
  # Hierarchical advanced settings for agent/flow/page/fulfillment/parameter.
2954
2954
  # Settings exposed at lower level overrides the settings exposed at higher level.
2955
+ # Overriding occurs at the sub-setting level. For example, the
2956
+ # playback_interruption_settings at fulfillment level only overrides the
2957
+ # playback_interruption_settings at the agent level, leaving other settings at
2958
+ # the agent level unchanged. DTMF settings does not override each other. DTMF
2959
+ # settings set at different levels define DTMF detections running in parallel.
2955
2960
  # Hierarchy: Agent->Flow->Page->Fulfillment/Parameter.
2956
2961
  class GoogleCloudDialogflowCxV3beta1AdvancedSettings
2957
2962
  include Google::Apis::Core::Hashable
@@ -3008,6 +3013,11 @@ module Google
3008
3013
 
3009
3014
  # Hierarchical advanced settings for agent/flow/page/fulfillment/parameter.
3010
3015
  # Settings exposed at lower level overrides the settings exposed at higher level.
3016
+ # Overriding occurs at the sub-setting level. For example, the
3017
+ # playback_interruption_settings at fulfillment level only overrides the
3018
+ # playback_interruption_settings at the agent level, leaving other settings at
3019
+ # the agent level unchanged. DTMF settings does not override each other. DTMF
3020
+ # settings set at different levels define DTMF detections running in parallel.
3011
3021
  # Hierarchy: Agent->Flow->Page->Fulfillment/Parameter.
3012
3022
  # Corresponds to the JSON property `advancedSettings`
3013
3023
  # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings]
@@ -7844,9 +7854,10 @@ module Google
7844
7854
  attr_accessor :enable_audio_redaction
7845
7855
  alias_method :enable_audio_redaction?, :enable_audio_redaction
7846
7856
 
7847
- # Cloud Storage bucket to export audio record to. You need to grant `service-@
7848
- # gcp-sa-dialogflow.iam.gserviceaccount.com` the `Storage Object Admin` role in
7849
- # this bucket.
7857
+ # Cloud Storage bucket to export audio record to. Settings this field would
7858
+ # grant the Storage Object Creator role to the Dialogflow Service Agent. API
7859
+ # caller that tries to modify this field should have the permission of storage.
7860
+ # buckets.setIamPolicy.
7850
7861
  # Corresponds to the JSON property `gcsBucket`
7851
7862
  # @return [String]
7852
7863
  attr_accessor :gcs_bucket
@@ -9758,12 +9769,19 @@ module Google
9758
9769
  class GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
9759
9770
  include Google::Apis::Core::Hashable
9760
9771
 
9772
+ # The resource name of the conversation dataset that will be created. Format: `
9773
+ # projects//locations//conversationDatasets/`
9774
+ # Corresponds to the JSON property `conversationDataset`
9775
+ # @return [String]
9776
+ attr_accessor :conversation_dataset
9777
+
9761
9778
  def initialize(**args)
9762
9779
  update!(**args)
9763
9780
  end
9764
9781
 
9765
9782
  # Update properties of this object
9766
9783
  def update!(**args)
9784
+ @conversation_dataset = args[:conversation_dataset] if args.key?(:conversation_dataset)
9767
9785
  end
9768
9786
  end
9769
9787
 
@@ -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.41.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220616"
25
+ REVISION = "20220901"
26
26
  end
27
27
  end
28
28
  end
@@ -5280,6 +5280,7 @@ module Google
5280
5280
  class GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
5281
5281
  # @private
5282
5282
  class Representation < Google::Apis::Core::JsonRepresentation
5283
+ property :conversation_dataset, as: 'conversationDataset'
5283
5284
  end
5284
5285
  end
5285
5286
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v3beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.41.0
4
+ version: 0.44.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: 2022-07-04 00:00:00.000000000 Z
11
+ date: 2022-09-05 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_v3beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.41.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.44.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
63
63
  post_install_message:
64
64
  rdoc_options: []