google-apis-dialogflow_v3beta1 0.46.0 → 0.47.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: b3f9e782c6e7ba8048a762f5172dae3be44c225649e34dde55a956246b847764
4
- data.tar.gz: 71118469484990984661ac9c18eccac9e5d10f79c61e2573575434ea64d6de95
3
+ metadata.gz: a4b0aa3ebd2f849fe203a388403946308029d789e0627e08cb160dbc5a9df86d
4
+ data.tar.gz: 29bd93500d636c935f33ac3adb0aacc7751d88a5b8af3bf733af3ecfe7cd5450
5
5
  SHA512:
6
- metadata.gz: e441d80e3071b52889a198aa4c6d2d81de55e8d8ed2dd157e8104fa58236f165dad82425e190f4018fbc5b3962edffe438c854c88378dc0a8e637d94f5b3eced
7
- data.tar.gz: 7c7599e6f169f2bea9b1c151e0183d702d323c9372b810ca8e15830193bf21f9208126456df65d6dbbe3f3ebd1a04564f35bd53ccea0bc2c4dd3e4901a5661d1
6
+ metadata.gz: 1921dbd256d963eaf57d296f46432802f53221ec9c0c473ba7eee9a14eba65863ec7c3b70a3381becfa62a2dad01b774f16e50b8cefd29c7d2bd60f38f3561c1
7
+ data.tar.gz: c4774e84d8dec97c192b2961d9e9a46265177c09bb79b9e660008663581c393ffa6cdceb7066677d7088771b2a4f112800fb9bf51c0e554a221af5918ca376ad
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.47.0 (2022-11-18)
4
+
5
+ * Regenerated from discovery document revision 20221115
6
+
3
7
  ### v0.46.0 (2022-10-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20221026
@@ -7806,9 +7806,10 @@ module Google
7806
7806
 
7807
7807
  # Retains data in interaction logging for the specified number of days. This
7808
7808
  # does not apply to Cloud logging, which is owned by the user - not Dialogflow.
7809
- # User must set a value lower than Dialogflow's default 365d TTL (time to live).
7810
- # Setting a value higher than that has no effect. A missing value or setting to
7811
- # 0 also means we use Dialogflow's default TTL.
7809
+ # User must set a value lower than Dialogflow's default 365d TTL (30 days for
7810
+ # Agent Assist traffic), higher value will be ignored and use default. Setting a
7811
+ # value higher than that has no effect. A missing value or setting to 0 also
7812
+ # means we use default TTL.
7812
7813
  # Corresponds to the JSON property `retentionWindowDays`
7813
7814
  # @return [Fixnum]
7814
7815
  attr_accessor :retention_window_days
@@ -11907,7 +11908,9 @@ module Google
11907
11908
  end
11908
11909
 
11909
11910
  # The sentiment, such as positive/negative feeling or association, for a unit of
11910
- # analysis, such as the query text.
11911
+ # analysis, such as the query text. See: https://cloud.google.com/natural-
11912
+ # language/docs/basics#interpreting_sentiment_analysis_values for how to
11913
+ # interpret the result.
11911
11914
  class GoogleCloudDialogflowV2Sentiment
11912
11915
  include Google::Apis::Core::Hashable
11913
11916
 
@@ -11945,7 +11948,9 @@ module Google
11945
11948
  include Google::Apis::Core::Hashable
11946
11949
 
11947
11950
  # The sentiment, such as positive/negative feeling or association, for a unit of
11948
- # analysis, such as the query text.
11951
+ # analysis, such as the query text. See: https://cloud.google.com/natural-
11952
+ # language/docs/basics#interpreting_sentiment_analysis_values for how to
11953
+ # interpret the result.
11949
11954
  # Corresponds to the JSON property `queryTextSentiment`
11950
11955
  # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2Sentiment]
11951
11956
  attr_accessor :query_text_sentiment
@@ -15123,7 +15128,9 @@ module Google
15123
15128
  end
15124
15129
 
15125
15130
  # The sentiment, such as positive/negative feeling or association, for a unit of
15126
- # analysis, such as the query text.
15131
+ # analysis, such as the query text. See: https://cloud.google.com/natural-
15132
+ # language/docs/basics#interpreting_sentiment_analysis_values for how to
15133
+ # interpret the result.
15127
15134
  class GoogleCloudDialogflowV2beta1Sentiment
15128
15135
  include Google::Apis::Core::Hashable
15129
15136
 
@@ -15161,7 +15168,9 @@ module Google
15161
15168
  include Google::Apis::Core::Hashable
15162
15169
 
15163
15170
  # The sentiment, such as positive/negative feeling or association, for a unit of
15164
- # analysis, such as the query text.
15171
+ # analysis, such as the query text. See: https://cloud.google.com/natural-
15172
+ # language/docs/basics#interpreting_sentiment_analysis_values for how to
15173
+ # interpret the result.
15165
15174
  # Corresponds to the JSON property `queryTextSentiment`
15166
15175
  # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1Sentiment]
15167
15176
  attr_accessor :query_text_sentiment
@@ -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.46.0"
19
+ GEM_VERSION = "0.47.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221026"
25
+ REVISION = "20221115"
26
26
  end
27
27
  end
28
28
  end
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.46.0
4
+ version: 0.47.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-10-31 00:00:00.000000000 Z
11
+ date: 2022-12-12 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.46.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.47.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: []