google-apis-dialogflow_v3 0.5.0 → 0.10.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 +4 -4
- data/CHANGELOG.md +21 -0
- data/lib/google/apis/dialogflow_v3.rb +1 -1
- data/lib/google/apis/dialogflow_v3/classes.rb +924 -11
- data/lib/google/apis/dialogflow_v3/gem_version.rb +3 -3
- data/lib/google/apis/dialogflow_v3/representations.rb +349 -0
- data/lib/google/apis/dialogflow_v3/service.rb +33 -4
- metadata +5 -5
@@ -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.10.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-
|
11
|
+
date: 2021-04-05 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.10.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: []
|
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
62
62
|
requirements:
|
63
63
|
- - ">="
|
64
64
|
- !ruby/object:Gem::Version
|
65
|
-
version: '2.
|
65
|
+
version: '2.5'
|
66
66
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
67
67
|
requirements:
|
68
68
|
- - ">="
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.2.
|
72
|
+
rubygems_version: 3.2.13
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for Dialogflow API V3
|