google-apis-dialogflow_v3 0.45.0 → 0.47.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/dialogflow_v3/classes.rb +16 -9
- data/lib/google/apis/dialogflow_v3/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b41d4ca37cc1762e662f368835d503feee74272cfd84445988c812871a8fbdb6
|
4
|
+
data.tar.gz: f26b2623ceb9f0098f0cba41b47804cd5001be865da13081eb86b6e6c2c0d26a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8b1fec123719f1894a551d0cf64bc5867f62109c04a6deba6574a1a617a964d233a7a4622aa038f9b6d8253bad7a4f12c8ce02b96445966493b71158294c815
|
7
|
+
data.tar.gz: bd237b1d19506be6ec0d7dec381cdbe459ae5472257a16df5154ee387597adef44e4d5a69a4112baa90fc85dd9de61a56d95d2b3ef5754a7ffdfd0f9a893d434
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-dialogflow_v3
|
2
2
|
|
3
|
+
### v0.47.0 (2022-11-18)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20221115
|
6
|
+
|
7
|
+
### v0.46.0 (2022-11-13)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20221109
|
10
|
+
|
3
11
|
### v0.45.0 (2022-11-01)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20221026
|
@@ -4876,11 +4876,10 @@ module Google
|
|
4876
4876
|
# @return [String]
|
4877
4877
|
attr_accessor :redaction_strategy
|
4878
4878
|
|
4879
|
-
# Retains data
|
4880
|
-
#
|
4881
|
-
#
|
4882
|
-
#
|
4883
|
-
# 0 also means we use Dialogflow's default TTL.
|
4879
|
+
# Retains the data for the specified number of days. User must set a value lower
|
4880
|
+
# than Dialogflow's default 365d TTL (30 days for Agent Assist traffic), higher
|
4881
|
+
# value will be ignored and use default. Setting a value higher than that has no
|
4882
|
+
# effect. A missing value or setting to 0 also means we use default TTL.
|
4884
4883
|
# Corresponds to the JSON property `retentionWindowDays`
|
4885
4884
|
# @return [Fixnum]
|
4886
4885
|
attr_accessor :retention_window_days
|
@@ -11907,7 +11906,9 @@ module Google
|
|
11907
11906
|
end
|
11908
11907
|
|
11909
11908
|
# The sentiment, such as positive/negative feeling or association, for a unit of
|
11910
|
-
# analysis, such as the query text.
|
11909
|
+
# analysis, such as the query text. See: https://cloud.google.com/natural-
|
11910
|
+
# language/docs/basics#interpreting_sentiment_analysis_values for how to
|
11911
|
+
# interpret the result.
|
11911
11912
|
class GoogleCloudDialogflowV2Sentiment
|
11912
11913
|
include Google::Apis::Core::Hashable
|
11913
11914
|
|
@@ -11945,7 +11946,9 @@ module Google
|
|
11945
11946
|
include Google::Apis::Core::Hashable
|
11946
11947
|
|
11947
11948
|
# The sentiment, such as positive/negative feeling or association, for a unit of
|
11948
|
-
# analysis, such as the query text.
|
11949
|
+
# analysis, such as the query text. See: https://cloud.google.com/natural-
|
11950
|
+
# language/docs/basics#interpreting_sentiment_analysis_values for how to
|
11951
|
+
# interpret the result.
|
11949
11952
|
# Corresponds to the JSON property `queryTextSentiment`
|
11950
11953
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2Sentiment]
|
11951
11954
|
attr_accessor :query_text_sentiment
|
@@ -15123,7 +15126,9 @@ module Google
|
|
15123
15126
|
end
|
15124
15127
|
|
15125
15128
|
# The sentiment, such as positive/negative feeling or association, for a unit of
|
15126
|
-
# analysis, such as the query text.
|
15129
|
+
# analysis, such as the query text. See: https://cloud.google.com/natural-
|
15130
|
+
# language/docs/basics#interpreting_sentiment_analysis_values for how to
|
15131
|
+
# interpret the result.
|
15127
15132
|
class GoogleCloudDialogflowV2beta1Sentiment
|
15128
15133
|
include Google::Apis::Core::Hashable
|
15129
15134
|
|
@@ -15161,7 +15166,9 @@ module Google
|
|
15161
15166
|
include Google::Apis::Core::Hashable
|
15162
15167
|
|
15163
15168
|
# The sentiment, such as positive/negative feeling or association, for a unit of
|
15164
|
-
# analysis, such as the query text.
|
15169
|
+
# analysis, such as the query text. See: https://cloud.google.com/natural-
|
15170
|
+
# language/docs/basics#interpreting_sentiment_analysis_values for how to
|
15171
|
+
# interpret the result.
|
15165
15172
|
# Corresponds to the JSON property `queryTextSentiment`
|
15166
15173
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1Sentiment]
|
15167
15174
|
attr_accessor :query_text_sentiment
|
@@ -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.
|
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 = "
|
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_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-
|
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_v3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.47.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: []
|