google-apis-dialogflow_v3beta1 0.33.0 → 0.36.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: 910978ccc4dfca06523354cc78a3022185269035e497a78a681d8f607b6b211b
4
- data.tar.gz: c2cc30675e953027efca90e2ea85f6e2df56aadfaa5b9c9e6db26dd7e5db7717
3
+ metadata.gz: 37aad27e9e82ee30db98e512e95b144e153476abea3c063d216337b6cb6a1cb0
4
+ data.tar.gz: 5c989b29eb0f0a9a5546625a0788aaf56d3b482473f595dfb59222bd3ec9d57a
5
5
  SHA512:
6
- metadata.gz: 737b8e192a67d89f39657a40be3183b14a44df9f243be53e3af4e51e6d8946b31efd1b89dea7178ea7824e972bb0864998cddf64ed66316eda00bbb7c8bd41e1
7
- data.tar.gz: 995544a6eafb9f9225caf93561ea21f344bf1295db69de91982b98a77874ed3bf748bec9f47a2b6a60ff99cd88daa9baeb8f29041c25715bbee78374b60ab021
6
+ metadata.gz: 790a1cf5e53c6f3302ca3fe583d4004566d4bfa903a0d1d26fb1974d637a98dd0ba3afa9fef399e5e644ee2f0e642a1f2d37c261af37a3fa57b4ba7501320eb6
7
+ data.tar.gz: 0f1449f99113779a7f6d95949851b4f988e1765c20f23b52ca28962257ecd01fe97deb9fe3ebaa7569c927bf0d2da5919318cc79eb8d7616d7fbb0565c2c6cb6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.36.0 (2022-05-05)
4
+
5
+ * Regenerated from discovery document revision 20220502
6
+
7
+ ### v0.35.0 (2022-04-29)
8
+
9
+ * Regenerated from discovery document revision 20220422
10
+
11
+ ### v0.34.0 (2022-04-14)
12
+
13
+ * Regenerated from discovery document revision 20220411
14
+
3
15
  ### v0.33.0 (2022-04-06)
4
16
 
5
17
  * Regenerated from discovery document revision 20220404
@@ -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
@@ -6757,8 +6766,17 @@ module Google
6757
6766
  attr_accessor :current_page
6758
6767
 
6759
6768
  # The free-form diagnostic info. For example, this field could contain webhook
6760
- # call latency. The string keys of the Struct's fields map can change without
6761
- # notice.
6769
+ # call latency. The fields of this data can change without notice, so you should
6770
+ # not write code that depends on its structure. One of the fields is called "
6771
+ # Alternative Matched Intents", which may aid with debugging. The following
6772
+ # describes these intent results: - The list is empty if no intent was matched
6773
+ # to end-user input. - Only intents that are referenced in the currently active
6774
+ # flow are included. - The matched intent is included. - Other intents that
6775
+ # could have matched end-user input, but did not match because they are
6776
+ # referenced by intent routes that are out of [scope](https://cloud.google.com/
6777
+ # dialogflow/cx/docs/concept/handler#scope), are included. - Other intents
6778
+ # referenced by intent routes in scope that matched end-user input, but had a
6779
+ # lower confidence score.
6762
6780
  # Corresponds to the JSON property `diagnosticInfo`
6763
6781
  # @return [Hash<String,Object>]
6764
6782
  attr_accessor :diagnostic_info
@@ -7515,6 +7533,11 @@ module Google
7515
7533
  class GoogleCloudDialogflowCxV3beta1SecuritySettings
7516
7534
  include Google::Apis::Core::Hashable
7517
7535
 
7536
+ # Settings for exporting audio.
7537
+ # Corresponds to the JSON property `audioExportSettings`
7538
+ # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSettings]
7539
+ attr_accessor :audio_export_settings
7540
+
7518
7541
  # [DLP](https://cloud.google.com/dlp/docs) deidentify template name. Use this
7519
7542
  # template to define de-identification configuration for the content. The `DLP
7520
7543
  # De-identify Templates Reader` role is needed on the Dialogflow service
@@ -7594,6 +7617,7 @@ module Google
7594
7617
 
7595
7618
  # Update properties of this object
7596
7619
  def update!(**args)
7620
+ @audio_export_settings = args[:audio_export_settings] if args.key?(:audio_export_settings)
7597
7621
  @deidentify_template = args[:deidentify_template] if args.key?(:deidentify_template)
7598
7622
  @display_name = args[:display_name] if args.key?(:display_name)
7599
7623
  @insights_export_settings = args[:insights_export_settings] if args.key?(:insights_export_settings)
@@ -7606,6 +7630,46 @@ module Google
7606
7630
  end
7607
7631
  end
7608
7632
 
7633
+ # Settings for exporting audio.
7634
+ class GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSettings
7635
+ include Google::Apis::Core::Hashable
7636
+
7637
+ # Filename pattern for exported audio.
7638
+ # Corresponds to the JSON property `audioExportPattern`
7639
+ # @return [String]
7640
+ attr_accessor :audio_export_pattern
7641
+
7642
+ # File format for exported audio file. Currently only in telephony recordings.
7643
+ # Corresponds to the JSON property `audioFormat`
7644
+ # @return [String]
7645
+ attr_accessor :audio_format
7646
+
7647
+ # Enable audio redaction if it is true.
7648
+ # Corresponds to the JSON property `enableAudioRedaction`
7649
+ # @return [Boolean]
7650
+ attr_accessor :enable_audio_redaction
7651
+ alias_method :enable_audio_redaction?, :enable_audio_redaction
7652
+
7653
+ # Cloud Storage bucket to export audio record to. You need to grant `service-@
7654
+ # gcp-sa-dialogflow.iam.gserviceaccount.com` the `Storage Object Admin` role in
7655
+ # this bucket.
7656
+ # Corresponds to the JSON property `gcsBucket`
7657
+ # @return [String]
7658
+ attr_accessor :gcs_bucket
7659
+
7660
+ def initialize(**args)
7661
+ update!(**args)
7662
+ end
7663
+
7664
+ # Update properties of this object
7665
+ def update!(**args)
7666
+ @audio_export_pattern = args[:audio_export_pattern] if args.key?(:audio_export_pattern)
7667
+ @audio_format = args[:audio_format] if args.key?(:audio_format)
7668
+ @enable_audio_redaction = args[:enable_audio_redaction] if args.key?(:enable_audio_redaction)
7669
+ @gcs_bucket = args[:gcs_bucket] if args.key?(:gcs_bucket)
7670
+ end
7671
+ end
7672
+
7609
7673
  # Settings for exporting conversations to [Insights](https://cloud.google.com/
7610
7674
  # contact-center/insights/docs).
7611
7675
  class GoogleCloudDialogflowCxV3beta1SecuritySettingsInsightsExportSettings
@@ -8323,7 +8387,7 @@ module Google
8323
8387
  include Google::Apis::Core::Hashable
8324
8388
 
8325
8389
  # 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.
8390
+ # the flow. The display name can be no longer than 30 characters.
8327
8391
  # Corresponds to the JSON property `displayName`
8328
8392
  # @return [String]
8329
8393
  attr_accessor :display_name
@@ -8919,7 +8983,10 @@ module Google
8919
8983
  class GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo
8920
8984
  include Google::Apis::Core::Hashable
8921
8985
 
8922
- # Always present. The tag used to identify which fulfillment is being called.
8986
+ # Always present. The value of the Fulfillment.tag field will be populated in
8987
+ # this field by Dialogflow when the associated webhook is called. The tag is
8988
+ # typically used by the webhook service to identify which fulfillment is being
8989
+ # called, but it could be used for other purposes.
8923
8990
  # Corresponds to the JSON property `tag`
8924
8991
  # @return [String]
8925
8992
  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.33.0"
19
+ GEM_VERSION = "0.36.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 = "20220404"
25
+ REVISION = "20220502"
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
@@ -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.33.0
4
+ version: 0.36.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-11 00:00:00.000000000 Z
11
+ date: 2022-05-09 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.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.36.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: []