google-apis-dialogflow_v2 0.48.0 → 0.49.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: f34b7c5e470f86800d59d31be37d1a6e2c4d0a1018a1fb77c565be6fddf82b6c
|
4
|
+
data.tar.gz: 8d1dc40cca6382b834bdc493f1dc4dab47aab875c31a3164be5f6432521653aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e0b297710c72fe27b80289caa1a0f103f49fa08b249fe1827ff6dafcf765c35848cc20753dd14c6d66f0fe75456d5e300701b95da3f5c2e410b181fe6ee4a92
|
7
|
+
data.tar.gz: 64c566220029fbb894be24b1d53a4c485d851095813f75d3bcb41b4a6a390d74ab7dd982917dbdcdb0b9cace1dbec5c2109adc6c5acb61a4b31211951e42ec1e
|
data/CHANGELOG.md
CHANGED
@@ -7170,6 +7170,22 @@ module Google
|
|
7170
7170
|
# @return [String]
|
7171
7171
|
attr_accessor :name
|
7172
7172
|
|
7173
|
+
# Output only. Human eval template in csv format. It tooks real-world
|
7174
|
+
# conversations provided through input dataset, generates example suggestions
|
7175
|
+
# for customer to verify quality of the model. For Smart Reply, the generated
|
7176
|
+
# csv file contains columns of Context, (Suggestions,Q1,Q2)*3, Actual reply.
|
7177
|
+
# Context contains at most 10 latest messages in the conversation prior to the
|
7178
|
+
# current suggestion. Q1: "Would you send it as the next message of agent?"
|
7179
|
+
# Evaluated based on whether the suggest is appropriate to be sent by agent in
|
7180
|
+
# current context. Q2: "Does the suggestion move the conversation closer to
|
7181
|
+
# resolution?" Evaluated based on whether the suggestion provide solutions, or
|
7182
|
+
# answers customer's question or collect information from customer to resolve
|
7183
|
+
# the customer's issue. Actual reply column contains the actual agent reply sent
|
7184
|
+
# in the context.
|
7185
|
+
# Corresponds to the JSON property `rawHumanEvalTemplateCsv`
|
7186
|
+
# @return [String]
|
7187
|
+
attr_accessor :raw_human_eval_template_csv
|
7188
|
+
|
7173
7189
|
# The evaluation metrics for smart reply model.
|
7174
7190
|
# Corresponds to the JSON property `smartReplyMetrics`
|
7175
7191
|
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SmartReplyMetrics]
|
@@ -7185,6 +7201,7 @@ module Google
|
|
7185
7201
|
@display_name = args[:display_name] if args.key?(:display_name)
|
7186
7202
|
@evaluation_config = args[:evaluation_config] if args.key?(:evaluation_config)
|
7187
7203
|
@name = args[:name] if args.key?(:name)
|
7204
|
+
@raw_human_eval_template_csv = args[:raw_human_eval_template_csv] if args.key?(:raw_human_eval_template_csv)
|
7188
7205
|
@smart_reply_metrics = args[:smart_reply_metrics] if args.key?(:smart_reply_metrics)
|
7189
7206
|
end
|
7190
7207
|
end
|
@@ -11823,7 +11840,9 @@ module Google
|
|
11823
11840
|
end
|
11824
11841
|
|
11825
11842
|
# The sentiment, such as positive/negative feeling or association, for a unit of
|
11826
|
-
# analysis, such as the query text.
|
11843
|
+
# analysis, such as the query text. See: https://cloud.google.com/natural-
|
11844
|
+
# language/docs/basics#interpreting_sentiment_analysis_values for how to
|
11845
|
+
# interpret the result.
|
11827
11846
|
class GoogleCloudDialogflowV2Sentiment
|
11828
11847
|
include Google::Apis::Core::Hashable
|
11829
11848
|
|
@@ -11882,7 +11901,9 @@ module Google
|
|
11882
11901
|
include Google::Apis::Core::Hashable
|
11883
11902
|
|
11884
11903
|
# The sentiment, such as positive/negative feeling or association, for a unit of
|
11885
|
-
# analysis, such as the query text.
|
11904
|
+
# analysis, such as the query text. See: https://cloud.google.com/natural-
|
11905
|
+
# language/docs/basics#interpreting_sentiment_analysis_values for how to
|
11906
|
+
# interpret the result.
|
11886
11907
|
# Corresponds to the JSON property `queryTextSentiment`
|
11887
11908
|
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2Sentiment]
|
11888
11909
|
attr_accessor :query_text_sentiment
|
@@ -15639,7 +15660,9 @@ module Google
|
|
15639
15660
|
end
|
15640
15661
|
|
15641
15662
|
# The sentiment, such as positive/negative feeling or association, for a unit of
|
15642
|
-
# analysis, such as the query text.
|
15663
|
+
# analysis, such as the query text. See: https://cloud.google.com/natural-
|
15664
|
+
# language/docs/basics#interpreting_sentiment_analysis_values for how to
|
15665
|
+
# interpret the result.
|
15643
15666
|
class GoogleCloudDialogflowV2beta1Sentiment
|
15644
15667
|
include Google::Apis::Core::Hashable
|
15645
15668
|
|
@@ -15677,7 +15700,9 @@ module Google
|
|
15677
15700
|
include Google::Apis::Core::Hashable
|
15678
15701
|
|
15679
15702
|
# The sentiment, such as positive/negative feeling or association, for a unit of
|
15680
|
-
# analysis, such as the query text.
|
15703
|
+
# analysis, such as the query text. See: https://cloud.google.com/natural-
|
15704
|
+
# language/docs/basics#interpreting_sentiment_analysis_values for how to
|
15705
|
+
# interpret the result.
|
15681
15706
|
# Corresponds to the JSON property `queryTextSentiment`
|
15682
15707
|
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1Sentiment]
|
15683
15708
|
attr_accessor :query_text_sentiment
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV2
|
18
18
|
# Version of the google-apis-dialogflow_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.49.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 = "20221129"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -4700,6 +4700,7 @@ module Google
|
|
4700
4700
|
property :evaluation_config, as: 'evaluationConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EvaluationConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EvaluationConfig::Representation
|
4701
4701
|
|
4702
4702
|
property :name, as: 'name'
|
4703
|
+
property :raw_human_eval_template_csv, as: 'rawHumanEvalTemplateCsv'
|
4703
4704
|
property :smart_reply_metrics, as: 'smartReplyMetrics', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SmartReplyMetrics, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SmartReplyMetrics::Representation
|
4704
4705
|
|
4705
4706
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.49.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_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.49.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|