google-apis-dialogflow_v3beta1 0.46.0 → 0.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a4b0aa3ebd2f849fe203a388403946308029d789e0627e08cb160dbc5a9df86d
|
|
4
|
+
data.tar.gz: 29bd93500d636c935f33ac3adb0aacc7751d88a5b8af3bf733af3ecfe7cd5450
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1921dbd256d963eaf57d296f46432802f53221ec9c0c473ba7eee9a14eba65863ec7c3b70a3381becfa62a2dad01b774f16e50b8cefd29c7d2bd60f38f3561c1
|
|
7
|
+
data.tar.gz: c4774e84d8dec97c192b2961d9e9a46265177c09bb79b9e660008663581c393ffa6cdceb7066677d7088771b2a4f112800fb9bf51c0e554a221af5918ca376ad
|
data/CHANGELOG.md
CHANGED
|
@@ -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 (
|
|
7810
|
-
#
|
|
7811
|
-
#
|
|
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.
|
|
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_v3beta1
|
|
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_v3beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.
|
|
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: []
|