google-apis-dialogflow_v2 0.22.0 → 0.23.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 +4 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/dialogflow_v2/gem_version.rb +2 -2
- data/lib/google/apis/dialogflow_v2/service.rb +24 -12
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1497bb317e6cd50b01c54d39e7df5aae07722a202ed8b52032ad6c58b3a3dd3a
|
4
|
+
data.tar.gz: ecc19851b69cea1d05b2f84ab077839c7e2514835d6facf6ac697073c4e626c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e200a84723886f3d0b04ef221c7bd9ce58a3702359e100682f983d52eb73e86ac1520f84a8064e7368f8984194df19089333845dd6fb64d50067e9342411ff21
|
7
|
+
data.tar.gz: 46b26ba0dc1af4c6c6ad1ee6c33c99417f7682335af3b34ff7531352f36706f63d86686465caf051ad68235b41de429456e0e2a4e415997b08137b224dec271b
|
data/CHANGELOG.md
CHANGED
data/OVERVIEW.md
CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
|
|
60
60
|
|
61
61
|
More detailed descriptions of the Google simple REST clients are available in two documents.
|
62
62
|
|
63
|
-
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
64
|
-
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
63
|
+
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
|
64
|
+
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
|
65
65
|
|
66
66
|
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Dialogflow service in particular.)
|
67
67
|
|
@@ -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.23.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211015"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1200,9 +1200,12 @@ module Google
|
|
1200
1200
|
# Processes a natural language query and returns structured, actionable data as
|
1201
1201
|
# a result. This method is not idempotent, because it may cause contexts and
|
1202
1202
|
# session entity types to be updated, which in turn might affect results of
|
1203
|
-
# future queries.
|
1204
|
-
#
|
1205
|
-
#
|
1203
|
+
# future queries. If you might use [Agent Assist](https://cloud.google.com/
|
1204
|
+
# dialogflow/docs/#aa) or other CCAI products now or in the future, consider
|
1205
|
+
# using AnalyzeContent instead of `DetectIntent`. `AnalyzeContent` has
|
1206
|
+
# additional functionality for Agent Assist and other CCAI products. Note:
|
1207
|
+
# Always use agent versions for production traffic. See [Versions and
|
1208
|
+
# environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
|
1206
1209
|
# @param [String] session
|
1207
1210
|
# Required. The name of the session this query is sent to. Format: `projects//
|
1208
1211
|
# agent/sessions/`, or `projects//agent/environments//users//sessions/`. If `
|
@@ -2364,9 +2367,12 @@ module Google
|
|
2364
2367
|
# Processes a natural language query and returns structured, actionable data as
|
2365
2368
|
# a result. This method is not idempotent, because it may cause contexts and
|
2366
2369
|
# session entity types to be updated, which in turn might affect results of
|
2367
|
-
# future queries.
|
2368
|
-
#
|
2369
|
-
#
|
2370
|
+
# future queries. If you might use [Agent Assist](https://cloud.google.com/
|
2371
|
+
# dialogflow/docs/#aa) or other CCAI products now or in the future, consider
|
2372
|
+
# using AnalyzeContent instead of `DetectIntent`. `AnalyzeContent` has
|
2373
|
+
# additional functionality for Agent Assist and other CCAI products. Note:
|
2374
|
+
# Always use agent versions for production traffic. See [Versions and
|
2375
|
+
# environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
|
2370
2376
|
# @param [String] session
|
2371
2377
|
# Required. The name of the session this query is sent to. Format: `projects//
|
2372
2378
|
# agent/sessions/`, or `projects//agent/environments//users//sessions/`. If `
|
@@ -5312,9 +5318,12 @@ module Google
|
|
5312
5318
|
# Processes a natural language query and returns structured, actionable data as
|
5313
5319
|
# a result. This method is not idempotent, because it may cause contexts and
|
5314
5320
|
# session entity types to be updated, which in turn might affect results of
|
5315
|
-
# future queries.
|
5316
|
-
#
|
5317
|
-
#
|
5321
|
+
# future queries. If you might use [Agent Assist](https://cloud.google.com/
|
5322
|
+
# dialogflow/docs/#aa) or other CCAI products now or in the future, consider
|
5323
|
+
# using AnalyzeContent instead of `DetectIntent`. `AnalyzeContent` has
|
5324
|
+
# additional functionality for Agent Assist and other CCAI products. Note:
|
5325
|
+
# Always use agent versions for production traffic. See [Versions and
|
5326
|
+
# environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
|
5318
5327
|
# @param [String] session
|
5319
5328
|
# Required. The name of the session this query is sent to. Format: `projects//
|
5320
5329
|
# agent/sessions/`, or `projects//agent/environments//users//sessions/`. If `
|
@@ -6074,9 +6083,12 @@ module Google
|
|
6074
6083
|
# Processes a natural language query and returns structured, actionable data as
|
6075
6084
|
# a result. This method is not idempotent, because it may cause contexts and
|
6076
6085
|
# session entity types to be updated, which in turn might affect results of
|
6077
|
-
# future queries.
|
6078
|
-
#
|
6079
|
-
#
|
6086
|
+
# future queries. If you might use [Agent Assist](https://cloud.google.com/
|
6087
|
+
# dialogflow/docs/#aa) or other CCAI products now or in the future, consider
|
6088
|
+
# using AnalyzeContent instead of `DetectIntent`. `AnalyzeContent` has
|
6089
|
+
# additional functionality for Agent Assist and other CCAI products. Note:
|
6090
|
+
# Always use agent versions for production traffic. See [Versions and
|
6091
|
+
# environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
|
6080
6092
|
# @param [String] session
|
6081
6093
|
# Required. The name of the session this query is sent to. Format: `projects//
|
6082
6094
|
# agent/sessions/`, or `projects//agent/environments//users//sessions/`. If `
|
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.23.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-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -57,9 +57,9 @@ licenses:
|
|
57
57
|
- Apache-2.0
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
|
-
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.
|
62
|
-
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
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.23.0
|
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: []
|
65
65
|
require_paths:
|