google-apis-dialogflow_v3beta1 0.32.0 → 0.35.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: 4b109ff9e7c6243279e690399fb9e921f610c74ff06a00d6c04434a813b71b24
4
- data.tar.gz: c655a272f16d933316745365e2a7cb56b4b76b2a4632eb14e4fa1b13f2da6ae2
3
+ metadata.gz: 2986a8f06ec3cbc7cf861b391333a45198bdf0b4027ec9bdcc631b7ea66af2ad
4
+ data.tar.gz: bf20647fe9fdb773a8fa19ed89416f3d9156a22d78805e4bd01b26ec1a1cdfec
5
5
  SHA512:
6
- metadata.gz: fadcd5e9378ae193eaff2e4734e2395932387d437d510638a8d36591a8fd196bf86a2f0f1c9e282f1cef8085ec74f51492b2547896117832a7aa4c8e41608d9f
7
- data.tar.gz: df66af445b1fa4f18849561bca41653142b4421263cb0d09883687527f21c294978a36bfa4b253394b728b104706ea231eb45a495baf1138d2dfbe23aeb79155
6
+ metadata.gz: aa0d9eaa226220b5ee5a60e3b4c2f9ec3f85262f07cdedfc832d3e16da23d053ac6ee9f85d17a4397fe2df4d7139b330ed4d52664194c1926657597e180be797
7
+ data.tar.gz: 21f6d1518276f6356abffb55292764274915662f5f6c088334ce309141c3aa28c23248f5a2c3248801631f0227fd6cecd7a07e0af31abeefe4948fb24719dc2f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.35.0 (2022-04-29)
4
+
5
+ * Regenerated from discovery document revision 20220422
6
+
7
+ ### v0.34.0 (2022-04-14)
8
+
9
+ * Regenerated from discovery document revision 20220411
10
+
11
+ ### v0.33.0 (2022-04-06)
12
+
13
+ * Regenerated from discovery document revision 20220404
14
+
3
15
  ### v0.32.0 (2022-03-31)
4
16
 
5
17
  * Regenerated from discovery document revision 20220330
@@ -873,8 +873,11 @@ module Google
873
873
  # @return [Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3FulfillmentSetParameterAction>]
874
874
  attr_accessor :set_parameter_actions
875
875
 
876
- # The tag used by the webhook to identify which fulfillment is being called.
877
- # This field is required if `webhook` is specified.
876
+ # The value of this field will be populated in the WebhookRequest `
877
+ # fulfillmentInfo.tag` field by Dialogflow when the associated webhook is called.
878
+ # The tag is typically used by the webhook service to identify which
879
+ # fulfillment is being called, but it could be used for other purposes. This
880
+ # field is required if `webhook` is specified.
878
881
  # Corresponds to the JSON property `tag`
879
882
  # @return [String]
880
883
  attr_accessor :tag
@@ -1436,7 +1439,7 @@ module Google
1436
1439
  class GoogleCloudDialogflowCxV3Page
1437
1440
  include Google::Apis::Core::Hashable
1438
1441
 
1439
- # Required. The human-readable name of the page, unique within the agent.
1442
+ # Required. The human-readable name of the page, unique within the flow.
1440
1443
  # Corresponds to the JSON property `displayName`
1441
1444
  # @return [String]
1442
1445
  attr_accessor :display_name
@@ -2592,7 +2595,10 @@ module Google
2592
2595
  class GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo
2593
2596
  include Google::Apis::Core::Hashable
2594
2597
 
2595
- # Always present. The tag used to identify which fulfillment is being called.
2598
+ # Always present. The value of the Fulfillment.tag field will be populated in
2599
+ # this field by Dialogflow when the associated webhook is called. The tag is
2600
+ # typically used by the webhook service to identify which fulfillment is being
2601
+ # called, but it could be used for other purposes.
2596
2602
  # Corresponds to the JSON property `tag`
2597
2603
  # @return [String]
2598
2604
  attr_accessor :tag
@@ -4643,7 +4649,7 @@ module Google
4643
4649
  # saying "help" or "can I talk to a human?", which can be handled in a common
4644
4650
  # way regardless of the current page. Transition routes defined in the page have
4645
4651
  # higher priority than those defined in the flow. TransitionRoutes are evalauted
4646
- # in the following order: * TransitionRoutes with intent specified.. *
4652
+ # in the following order: * TransitionRoutes with intent specified. *
4647
4653
  # TransitionRoutes with only condition specified. TransitionRoutes with intent
4648
4654
  # specified are inherited by pages in the flow.
4649
4655
  # Corresponds to the JSON property `transitionRoutes`
@@ -4952,8 +4958,11 @@ module Google
4952
4958
  # @return [Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction>]
4953
4959
  attr_accessor :set_parameter_actions
4954
4960
 
4955
- # The tag used by the webhook to identify which fulfillment is being called.
4956
- # This field is required if `webhook` is specified.
4961
+ # The value of this field will be populated in the WebhookRequest `
4962
+ # fulfillmentInfo.tag` field by Dialogflow when the associated webhook is called.
4963
+ # The tag is typically used by the webhook service to identify which
4964
+ # fulfillment is being called, but it could be used for other purposes. This
4965
+ # field is required if `webhook` is specified.
4957
4966
  # Corresponds to the JSON property `tag`
4958
4967
  # @return [String]
4959
4968
  attr_accessor :tag
@@ -6379,7 +6388,7 @@ module Google
6379
6388
  class GoogleCloudDialogflowCxV3beta1Page
6380
6389
  include Google::Apis::Core::Hashable
6381
6390
 
6382
- # Required. The human-readable name of the page, unique within the agent.
6391
+ # Required. The human-readable name of the page, unique within the flow.
6383
6392
  # Corresponds to the JSON property `displayName`
6384
6393
  # @return [String]
6385
6394
  attr_accessor :display_name
@@ -7515,6 +7524,11 @@ module Google
7515
7524
  class GoogleCloudDialogflowCxV3beta1SecuritySettings
7516
7525
  include Google::Apis::Core::Hashable
7517
7526
 
7527
+ # Settings for exporting audio.
7528
+ # Corresponds to the JSON property `audioExportSettings`
7529
+ # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSettings]
7530
+ attr_accessor :audio_export_settings
7531
+
7518
7532
  # [DLP](https://cloud.google.com/dlp/docs) deidentify template name. Use this
7519
7533
  # template to define de-identification configuration for the content. The `DLP
7520
7534
  # De-identify Templates Reader` role is needed on the Dialogflow service
@@ -7594,6 +7608,7 @@ module Google
7594
7608
 
7595
7609
  # Update properties of this object
7596
7610
  def update!(**args)
7611
+ @audio_export_settings = args[:audio_export_settings] if args.key?(:audio_export_settings)
7597
7612
  @deidentify_template = args[:deidentify_template] if args.key?(:deidentify_template)
7598
7613
  @display_name = args[:display_name] if args.key?(:display_name)
7599
7614
  @insights_export_settings = args[:insights_export_settings] if args.key?(:insights_export_settings)
@@ -7606,6 +7621,46 @@ module Google
7606
7621
  end
7607
7622
  end
7608
7623
 
7624
+ # Settings for exporting audio.
7625
+ class GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSettings
7626
+ include Google::Apis::Core::Hashable
7627
+
7628
+ # Filename pattern for exported audio.
7629
+ # Corresponds to the JSON property `audioExportPattern`
7630
+ # @return [String]
7631
+ attr_accessor :audio_export_pattern
7632
+
7633
+ # File format for exported audio file. Currently only in telephony recordings.
7634
+ # Corresponds to the JSON property `audioFormat`
7635
+ # @return [String]
7636
+ attr_accessor :audio_format
7637
+
7638
+ # Enable audio redaction if it is true.
7639
+ # Corresponds to the JSON property `enableAudioRedaction`
7640
+ # @return [Boolean]
7641
+ attr_accessor :enable_audio_redaction
7642
+ alias_method :enable_audio_redaction?, :enable_audio_redaction
7643
+
7644
+ # Cloud Storage bucket to export audio record to. You need to grant `service-@
7645
+ # gcp-sa-dialogflow.iam.gserviceaccount.com` the `Storage Object Admin` role in
7646
+ # this bucket.
7647
+ # Corresponds to the JSON property `gcsBucket`
7648
+ # @return [String]
7649
+ attr_accessor :gcs_bucket
7650
+
7651
+ def initialize(**args)
7652
+ update!(**args)
7653
+ end
7654
+
7655
+ # Update properties of this object
7656
+ def update!(**args)
7657
+ @audio_export_pattern = args[:audio_export_pattern] if args.key?(:audio_export_pattern)
7658
+ @audio_format = args[:audio_format] if args.key?(:audio_format)
7659
+ @enable_audio_redaction = args[:enable_audio_redaction] if args.key?(:enable_audio_redaction)
7660
+ @gcs_bucket = args[:gcs_bucket] if args.key?(:gcs_bucket)
7661
+ end
7662
+ end
7663
+
7609
7664
  # Settings for exporting conversations to [Insights](https://cloud.google.com/
7610
7665
  # contact-center/insights/docs).
7611
7666
  class GoogleCloudDialogflowCxV3beta1SecuritySettingsInsightsExportSettings
@@ -8323,7 +8378,7 @@ module Google
8323
8378
  include Google::Apis::Core::Hashable
8324
8379
 
8325
8380
  # Required. The human-readable name of the transition route group, unique within
8326
- # the Agent. The display name can be no longer than 30 characters.
8381
+ # the flow. The display name can be no longer than 30 characters.
8327
8382
  # Corresponds to the JSON property `displayName`
8328
8383
  # @return [String]
8329
8384
  attr_accessor :display_name
@@ -8919,7 +8974,10 @@ module Google
8919
8974
  class GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo
8920
8975
  include Google::Apis::Core::Hashable
8921
8976
 
8922
- # Always present. The tag used to identify which fulfillment is being called.
8977
+ # Always present. The value of the Fulfillment.tag field will be populated in
8978
+ # this field by Dialogflow when the associated webhook is called. The tag is
8979
+ # typically used by the webhook service to identify which fulfillment is being
8980
+ # called, but it could be used for other purposes.
8923
8981
  # Corresponds to the JSON property `tag`
8924
8982
  # @return [String]
8925
8983
  attr_accessor :tag
@@ -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.32.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220330"
25
+ REVISION = "20220422"
26
26
  end
27
27
  end
28
28
  end
@@ -1282,6 +1282,12 @@ module Google
1282
1282
  include Google::Apis::Core::JsonObjectSupport
1283
1283
  end
1284
1284
 
1285
+ class GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSettings
1286
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1287
+
1288
+ include Google::Apis::Core::JsonObjectSupport
1289
+ end
1290
+
1285
1291
  class GoogleCloudDialogflowCxV3beta1SecuritySettingsInsightsExportSettings
1286
1292
  class Representation < Google::Apis::Core::JsonRepresentation; end
1287
1293
 
@@ -4642,6 +4648,8 @@ module Google
4642
4648
  class GoogleCloudDialogflowCxV3beta1SecuritySettings
4643
4649
  # @private
4644
4650
  class Representation < Google::Apis::Core::JsonRepresentation
4651
+ property :audio_export_settings, as: 'audioExportSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSettings::Representation
4652
+
4645
4653
  property :deidentify_template, as: 'deidentifyTemplate'
4646
4654
  property :display_name, as: 'displayName'
4647
4655
  property :insights_export_settings, as: 'insightsExportSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SecuritySettingsInsightsExportSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SecuritySettingsInsightsExportSettings::Representation
@@ -4655,6 +4663,16 @@ module Google
4655
4663
  end
4656
4664
  end
4657
4665
 
4666
+ class GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSettings
4667
+ # @private
4668
+ class Representation < Google::Apis::Core::JsonRepresentation
4669
+ property :audio_export_pattern, as: 'audioExportPattern'
4670
+ property :audio_format, as: 'audioFormat'
4671
+ property :enable_audio_redaction, as: 'enableAudioRedaction'
4672
+ property :gcs_bucket, as: 'gcsBucket'
4673
+ end
4674
+ end
4675
+
4658
4676
  class GoogleCloudDialogflowCxV3beta1SecuritySettingsInsightsExportSettings
4659
4677
  # @private
4660
4678
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -85,8 +85,8 @@ module Google
85
85
  # The resource that owns the locations collection, if applicable.
86
86
  # @param [String] filter
87
87
  # A filter to narrow down results to a preferred subset. The filtering language
88
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
89
- # AIP-160](https://google.aip.dev/160).
88
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
89
+ # in [AIP-160](https://google.aip.dev/160).
90
90
  # @param [Fixnum] page_size
91
91
  # The maximum number of results to return. If not set, the service selects a
92
92
  # default.
@@ -3545,7 +3545,7 @@ module Google
3545
3545
  end
3546
3546
 
3547
3547
  # Imports the test cases from a Cloud Storage bucket or a local file. It always
3548
- # creates new test cases and won't overwite any existing ones. The provided ID
3548
+ # creates new test cases and won't overwrite any existing ones. The provided ID
3549
3549
  # in the imported test case is neglected. This method is a [long-running
3550
3550
  # operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-
3551
3551
  # operation). The returned `Operation` type has the following method-specific
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.32.0
4
+ version: 0.35.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-04-04 00:00:00.000000000 Z
11
+ date: 2022-05-02 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.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.35.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: []