google-apis-dialogflow_v3 0.7.0 → 0.8.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: 2fbeb25558416b5308c1f40d7e778daf79ef5a5eb6cf6f0875719033d7d58703
|
4
|
+
data.tar.gz: 97057cea039f803f2c8fac60510c558d6d95ef5b76309d750e83ebebd0502919
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f39c15b778a91ce78c37c3838684b86de9bd181df5c0bf97832e3f5b95b0e0a0e1669dde7acdfe5be46ec6f5aa07c360d4aa009babf71f65f421efd2f79f233f
|
7
|
+
data.tar.gz: 12acec21c02f2615539ddd3a29a1b68f2e6d75384317f8a634c2db07897b30c308e0888fb28c02873db7e37a0212dc2ee7c9acdcdc9fbb99c5db1bddf0a27cd4
|
data/CHANGELOG.md
CHANGED
@@ -2793,7 +2793,7 @@ module Google
|
|
2793
2793
|
attr_accessor :text
|
2794
2794
|
|
2795
2795
|
# If natural language speech audio was provided as input, this field will
|
2796
|
-
# contain the
|
2796
|
+
# contain the transcript for the audio.
|
2797
2797
|
# Corresponds to the JSON property `transcript`
|
2798
2798
|
# @return [String]
|
2799
2799
|
attr_accessor :transcript
|
@@ -2805,7 +2805,7 @@ module Google
|
|
2805
2805
|
attr_accessor :trigger_event
|
2806
2806
|
|
2807
2807
|
# If an intent was provided as input, this field will contain a copy of the
|
2808
|
-
# intent identifier.
|
2808
|
+
# intent identifier. Format: `projects//locations//agents//intents/`.
|
2809
2809
|
# Corresponds to the JSON property `triggerIntent`
|
2810
2810
|
# @return [String]
|
2811
2811
|
attr_accessor :trigger_intent
|
@@ -3325,7 +3325,7 @@ module Google
|
|
3325
3325
|
attr_accessor :text
|
3326
3326
|
|
3327
3327
|
# If natural language speech audio was provided as input, this field will
|
3328
|
-
# contain the
|
3328
|
+
# contain the transcript for the audio.
|
3329
3329
|
# Corresponds to the JSON property `transcript`
|
3330
3330
|
# @return [String]
|
3331
3331
|
attr_accessor :transcript
|
@@ -3337,7 +3337,7 @@ module Google
|
|
3337
3337
|
attr_accessor :trigger_event
|
3338
3338
|
|
3339
3339
|
# If an intent was provided as input, this field will contain a copy of the
|
3340
|
-
# intent identifier.
|
3340
|
+
# intent identifier. Format: `projects//locations//agents//intents/`.
|
3341
3341
|
# Corresponds to the JSON property `triggerIntent`
|
3342
3342
|
# @return [String]
|
3343
3343
|
attr_accessor :trigger_intent
|
@@ -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.8.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210314"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1147,8 +1147,7 @@ module Google
|
|
1147
1147
|
execute_or_queue_command(command, &block)
|
1148
1148
|
end
|
1149
1149
|
|
1150
|
-
# Creates a session entity type.
|
1151
|
-
# exists, overrides the session entity type.
|
1150
|
+
# Creates a session entity type.
|
1152
1151
|
# @param [String] parent
|
1153
1152
|
# Required. The session to create a session entity type for. Format: `projects//
|
1154
1153
|
# locations//agents//sessions/` or `projects//locations//agents//environments//
|
@@ -2613,8 +2612,7 @@ module Google
|
|
2613
2612
|
execute_or_queue_command(command, &block)
|
2614
2613
|
end
|
2615
2614
|
|
2616
|
-
# Creates a session entity type.
|
2617
|
-
# exists, overrides the session entity type.
|
2615
|
+
# Creates a session entity type.
|
2618
2616
|
# @param [String] parent
|
2619
2617
|
# Required. The session to create a session entity type for. Format: `projects//
|
2620
2618
|
# locations//agents//sessions/` or `projects//locations//agents//environments//
|
@@ -3147,6 +3145,37 @@ module Google
|
|
3147
3145
|
execute_or_queue_command(command, &block)
|
3148
3146
|
end
|
3149
3147
|
|
3148
|
+
# Gets a test case result.
|
3149
|
+
# @param [String] name
|
3150
|
+
# Required. The name of the testcase. Format: `projects//locations//agents//
|
3151
|
+
# testCases//results/`.
|
3152
|
+
# @param [String] fields
|
3153
|
+
# Selector specifying which fields to include in a partial response.
|
3154
|
+
# @param [String] quota_user
|
3155
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
3156
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
3157
|
+
# @param [Google::Apis::RequestOptions] options
|
3158
|
+
# Request-specific options
|
3159
|
+
#
|
3160
|
+
# @yield [result, err] Result & error if block supplied
|
3161
|
+
# @yieldparam result [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestCaseResult] parsed result object
|
3162
|
+
# @yieldparam err [StandardError] error object if request failed
|
3163
|
+
#
|
3164
|
+
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestCaseResult]
|
3165
|
+
#
|
3166
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
3167
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
3168
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
3169
|
+
def get_project_location_agent_test_case_result(name, fields: nil, quota_user: nil, options: nil, &block)
|
3170
|
+
command = make_simple_command(:get, 'v3/{+name}', options)
|
3171
|
+
command.response_representation = Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestCaseResult::Representation
|
3172
|
+
command.response_class = Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestCaseResult
|
3173
|
+
command.params['name'] = name unless name.nil?
|
3174
|
+
command.query['fields'] = fields unless fields.nil?
|
3175
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
3176
|
+
execute_or_queue_command(command, &block)
|
3177
|
+
end
|
3178
|
+
|
3150
3179
|
# Fetches a list of results for a given test case.
|
3151
3180
|
# @param [String] parent
|
3152
3181
|
# Required. The test case to list results for. Format: `projects//locations//
|
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.8.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: 2021-03-
|
11
|
+
date: 2021-03-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dialogflow_v3/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.8.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dialogflow_v3
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|