google-apis-dialogflow_v3 0.31.0 → 0.34.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: 0b018c99ec123396d350673263c9dd8163c0f0ab2bb5a96a275b503b36347392
4
- data.tar.gz: a39ac8491b1952362d71a3922e425b86e16123b3816b376b8c8ae71769d47373
3
+ metadata.gz: 939256479732ec8abf4300cfb7168109ef87b1910551f7c741c3751742c2b4b7
4
+ data.tar.gz: 7c9ae7a1e4009368c2cf3a884c1b6ae93fdc34c96bc6dff999701dead8902a00
5
5
  SHA512:
6
- metadata.gz: 325a5f6a24a86d631eac60b8aa05c5839d28e4e1c0b9a973ac2a89660309f2634143a4b6c3661e07c11c90f2ec4ff61db7ffd65ab5eec8e852894472edfa1632
7
- data.tar.gz: 7ded7a96c2423cd4419f6cde23d74d93babfe6b0c208b0c8330b4421830e5f9abc3850922d08fde568929a31ff81ce1d0f5cae1a94a9497ba63866ed840cb06f
6
+ metadata.gz: 20ae97bd9438008c449893632c30db8102b33a482029e1ce78f5352b3e3bb8187b2ade767b58e952b6d0edb67bc87493aea40fe7a6a48e4656858e83b7927f7c
7
+ data.tar.gz: a2fd6b2722ad309e5ffc34acfbf502917541c62dd2e3d929474b8dbd7cecc46d85898f1d3d88362282e841760316fac9b5353a2bfb5dd5b1475a4d903b548e52
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-dialogflow_v3
2
2
 
3
+ ### v0.34.0 (2022-05-05)
4
+
5
+ * Regenerated from discovery document revision 20220502
6
+
7
+ ### v0.33.0 (2022-04-29)
8
+
9
+ * Regenerated from discovery document revision 20220422
10
+
11
+ ### v0.32.0 (2022-04-14)
12
+
13
+ * Regenerated from discovery document revision 20220411
14
+
3
15
  ### v0.31.0 (2022-04-06)
4
16
 
5
17
  * Regenerated from discovery document revision 20220404
@@ -1888,7 +1888,7 @@ module Google
1888
1888
  # saying "help" or "can I talk to a human?", which can be handled in a common
1889
1889
  # way regardless of the current page. Transition routes defined in the page have
1890
1890
  # higher priority than those defined in the flow. TransitionRoutes are evalauted
1891
- # in the following order: * TransitionRoutes with intent specified.. *
1891
+ # in the following order: * TransitionRoutes with intent specified. *
1892
1892
  # TransitionRoutes with only condition specified. TransitionRoutes with intent
1893
1893
  # specified are inherited by pages in the flow.
1894
1894
  # Corresponds to the JSON property `transitionRoutes`
@@ -2197,8 +2197,11 @@ module Google
2197
2197
  # @return [Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3FulfillmentSetParameterAction>]
2198
2198
  attr_accessor :set_parameter_actions
2199
2199
 
2200
- # The tag used by the webhook to identify which fulfillment is being called.
2201
- # This field is required if `webhook` is specified.
2200
+ # The value of this field will be populated in the WebhookRequest `
2201
+ # fulfillmentInfo.tag` field by Dialogflow when the associated webhook is called.
2202
+ # The tag is typically used by the webhook service to identify which
2203
+ # fulfillment is being called, but it could be used for other purposes. This
2204
+ # field is required if `webhook` is specified.
2202
2205
  # Corresponds to the JSON property `tag`
2203
2206
  # @return [String]
2204
2207
  attr_accessor :tag
@@ -3624,7 +3627,7 @@ module Google
3624
3627
  class GoogleCloudDialogflowCxV3Page
3625
3628
  include Google::Apis::Core::Hashable
3626
3629
 
3627
- # Required. The human-readable name of the page, unique within the agent.
3630
+ # Required. The human-readable name of the page, unique within the flow.
3628
3631
  # Corresponds to the JSON property `displayName`
3629
3632
  # @return [String]
3630
3633
  attr_accessor :display_name
@@ -4002,8 +4005,17 @@ module Google
4002
4005
  attr_accessor :current_page
4003
4006
 
4004
4007
  # The free-form diagnostic info. For example, this field could contain webhook
4005
- # call latency. The string keys of the Struct's fields map can change without
4006
- # notice.
4008
+ # call latency. The fields of this data can change without notice, so you should
4009
+ # not write code that depends on its structure. One of the fields is called "
4010
+ # Alternative Matched Intents", which may aid with debugging. The following
4011
+ # describes these intent results: - The list is empty if no intent was matched
4012
+ # to end-user input. - Only intents that are referenced in the currently active
4013
+ # flow are included. - The matched intent is included. - Other intents that
4014
+ # could have matched end-user input, but did not match because they are
4015
+ # referenced by intent routes that are out of [scope](https://cloud.google.com/
4016
+ # dialogflow/cx/docs/concept/handler#scope), are included. - Other intents
4017
+ # referenced by intent routes in scope that matched end-user input, but had a
4018
+ # lower confidence score.
4007
4019
  # Corresponds to the JSON property `diagnosticInfo`
4008
4020
  # @return [Hash<String,Object>]
4009
4021
  attr_accessor :diagnostic_info
@@ -4760,6 +4772,11 @@ module Google
4760
4772
  class GoogleCloudDialogflowCxV3SecuritySettings
4761
4773
  include Google::Apis::Core::Hashable
4762
4774
 
4775
+ # Settings for exporting audio.
4776
+ # Corresponds to the JSON property `audioExportSettings`
4777
+ # @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings]
4778
+ attr_accessor :audio_export_settings
4779
+
4763
4780
  # [DLP](https://cloud.google.com/dlp/docs) deidentify template name. Use this
4764
4781
  # template to define de-identification configuration for the content. The `DLP
4765
4782
  # De-identify Templates Reader` role is needed on the Dialogflow service
@@ -4839,6 +4856,7 @@ module Google
4839
4856
 
4840
4857
  # Update properties of this object
4841
4858
  def update!(**args)
4859
+ @audio_export_settings = args[:audio_export_settings] if args.key?(:audio_export_settings)
4842
4860
  @deidentify_template = args[:deidentify_template] if args.key?(:deidentify_template)
4843
4861
  @display_name = args[:display_name] if args.key?(:display_name)
4844
4862
  @insights_export_settings = args[:insights_export_settings] if args.key?(:insights_export_settings)
@@ -4851,6 +4869,46 @@ module Google
4851
4869
  end
4852
4870
  end
4853
4871
 
4872
+ # Settings for exporting audio.
4873
+ class GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings
4874
+ include Google::Apis::Core::Hashable
4875
+
4876
+ # Filename pattern for exported audio.
4877
+ # Corresponds to the JSON property `audioExportPattern`
4878
+ # @return [String]
4879
+ attr_accessor :audio_export_pattern
4880
+
4881
+ # File format for exported audio file. Currently only in telephony recordings.
4882
+ # Corresponds to the JSON property `audioFormat`
4883
+ # @return [String]
4884
+ attr_accessor :audio_format
4885
+
4886
+ # Enable audio redaction if it is true.
4887
+ # Corresponds to the JSON property `enableAudioRedaction`
4888
+ # @return [Boolean]
4889
+ attr_accessor :enable_audio_redaction
4890
+ alias_method :enable_audio_redaction?, :enable_audio_redaction
4891
+
4892
+ # Cloud Storage bucket to export audio record to. You need to grant `service-@
4893
+ # gcp-sa-dialogflow.iam.gserviceaccount.com` the `Storage Object Admin` role in
4894
+ # this bucket.
4895
+ # Corresponds to the JSON property `gcsBucket`
4896
+ # @return [String]
4897
+ attr_accessor :gcs_bucket
4898
+
4899
+ def initialize(**args)
4900
+ update!(**args)
4901
+ end
4902
+
4903
+ # Update properties of this object
4904
+ def update!(**args)
4905
+ @audio_export_pattern = args[:audio_export_pattern] if args.key?(:audio_export_pattern)
4906
+ @audio_format = args[:audio_format] if args.key?(:audio_format)
4907
+ @enable_audio_redaction = args[:enable_audio_redaction] if args.key?(:enable_audio_redaction)
4908
+ @gcs_bucket = args[:gcs_bucket] if args.key?(:gcs_bucket)
4909
+ end
4910
+ end
4911
+
4854
4912
  # Settings for exporting conversations to [Insights](https://cloud.google.com/
4855
4913
  # contact-center/insights/docs).
4856
4914
  class GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings
@@ -5568,7 +5626,7 @@ module Google
5568
5626
  include Google::Apis::Core::Hashable
5569
5627
 
5570
5628
  # Required. The human-readable name of the transition route group, unique within
5571
- # the Agent. The display name can be no longer than 30 characters.
5629
+ # the flow. The display name can be no longer than 30 characters.
5572
5630
  # Corresponds to the JSON property `displayName`
5573
5631
  # @return [String]
5574
5632
  attr_accessor :display_name
@@ -6164,7 +6222,10 @@ module Google
6164
6222
  class GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo
6165
6223
  include Google::Apis::Core::Hashable
6166
6224
 
6167
- # Always present. The tag used to identify which fulfillment is being called.
6225
+ # Always present. The value of the Fulfillment.tag field will be populated in
6226
+ # this field by Dialogflow when the associated webhook is called. The tag is
6227
+ # typically used by the webhook service to identify which fulfillment is being
6228
+ # called, but it could be used for other purposes.
6168
6229
  # Corresponds to the JSON property `tag`
6169
6230
  # @return [String]
6170
6231
  attr_accessor :tag
@@ -7229,8 +7290,11 @@ module Google
7229
7290
  # @return [Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction>]
7230
7291
  attr_accessor :set_parameter_actions
7231
7292
 
7232
- # The tag used by the webhook to identify which fulfillment is being called.
7233
- # This field is required if `webhook` is specified.
7293
+ # The value of this field will be populated in the WebhookRequest `
7294
+ # fulfillmentInfo.tag` field by Dialogflow when the associated webhook is called.
7295
+ # The tag is typically used by the webhook service to identify which
7296
+ # fulfillment is being called, but it could be used for other purposes. This
7297
+ # field is required if `webhook` is specified.
7234
7298
  # Corresponds to the JSON property `tag`
7235
7299
  # @return [String]
7236
7300
  attr_accessor :tag
@@ -7792,7 +7856,7 @@ module Google
7792
7856
  class GoogleCloudDialogflowCxV3beta1Page
7793
7857
  include Google::Apis::Core::Hashable
7794
7858
 
7795
- # Required. The human-readable name of the page, unique within the agent.
7859
+ # Required. The human-readable name of the page, unique within the flow.
7796
7860
  # Corresponds to the JSON property `displayName`
7797
7861
  # @return [String]
7798
7862
  attr_accessor :display_name
@@ -8948,7 +9012,10 @@ module Google
8948
9012
  class GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo
8949
9013
  include Google::Apis::Core::Hashable
8950
9014
 
8951
- # Always present. The tag used to identify which fulfillment is being called.
9015
+ # Always present. The value of the Fulfillment.tag field will be populated in
9016
+ # this field by Dialogflow when the associated webhook is called. The tag is
9017
+ # typically used by the webhook service to identify which fulfillment is being
9018
+ # called, but it could be used for other purposes.
8952
9019
  # Corresponds to the JSON property `tag`
8953
9020
  # @return [String]
8954
9021
  attr_accessor :tag
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV3
18
18
  # Version of the google-apis-dialogflow_v3 gem
19
- GEM_VERSION = "0.31.0"
19
+ GEM_VERSION = "0.34.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
@@ -808,6 +808,12 @@ module Google
808
808
  include Google::Apis::Core::JsonObjectSupport
809
809
  end
810
810
 
811
+ class GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings
812
+ class Representation < Google::Apis::Core::JsonRepresentation; end
813
+
814
+ include Google::Apis::Core::JsonObjectSupport
815
+ end
816
+
811
817
  class GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings
812
818
  class Representation < Google::Apis::Core::JsonRepresentation; end
813
819
 
@@ -3872,6 +3878,8 @@ module Google
3872
3878
  class GoogleCloudDialogflowCxV3SecuritySettings
3873
3879
  # @private
3874
3880
  class Representation < Google::Apis::Core::JsonRepresentation
3881
+ property :audio_export_settings, as: 'audioExportSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings::Representation
3882
+
3875
3883
  property :deidentify_template, as: 'deidentifyTemplate'
3876
3884
  property :display_name, as: 'displayName'
3877
3885
  property :insights_export_settings, as: 'insightsExportSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings::Representation
@@ -3885,6 +3893,16 @@ module Google
3885
3893
  end
3886
3894
  end
3887
3895
 
3896
+ class GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings
3897
+ # @private
3898
+ class Representation < Google::Apis::Core::JsonRepresentation
3899
+ property :audio_export_pattern, as: 'audioExportPattern'
3900
+ property :audio_format, as: 'audioFormat'
3901
+ property :enable_audio_redaction, as: 'enableAudioRedaction'
3902
+ property :gcs_bucket, as: 'gcsBucket'
3903
+ end
3904
+ end
3905
+
3888
3906
  class GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings
3889
3907
  # @private
3890
3908
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3553,7 +3553,7 @@ module Google
3553
3553
  end
3554
3554
 
3555
3555
  # Imports the test cases from a Cloud Storage bucket or a local file. It always
3556
- # creates new test cases and won't overwite any existing ones. The provided ID
3556
+ # creates new test cases and won't overwrite any existing ones. The provided ID
3557
3557
  # in the imported test case is neglected. This method is a [long-running
3558
3558
  # operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-
3559
3559
  # 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_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.34.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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.34.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3
63
63
  post_install_message:
64
64
  rdoc_options: []