google-apis-dialogflow_v2beta1 0.21.0 → 0.22.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 76e0c00b4a62d9318138b46e58e2f1f77c10e36fe51fca3f22dbeec0e811502d
4
- data.tar.gz: f61db0b0ebd738ea0cb06a894ae7eb2285105bc6dbf2ddb0a0a5969e2f37ef5d
3
+ metadata.gz: 9f7aa99a87143ee79376f5ee700cbd2109652fc9ba1297aa290f829db17c5f7a
4
+ data.tar.gz: 050520b6c2827ea5f893276330cfa76b82cf59a3c077876c03a4c04cc3cfb160
5
5
  SHA512:
6
- metadata.gz: 5e49b2abe2c186d8689506b08bc77d14022963095e786d14699b803e8129d94880de76bb102bf6b6485ea4723ed63eb28e391521bb7f19198bf5a3a3cc6250e3
7
- data.tar.gz: 49887242fee66ddc8bb3b1775e858d3712429a1bb8171dcadddaa1728d13aab96cbd7f34fdf94e9071061e88d8f97cb55a546d24d1d07f8bcfa62dba87dab6f6
6
+ metadata.gz: 7ed388affac83d60eb7aabf2aaf611afec252c395139a48b236c594b29a3f47a4c8a2ca7afcd84f0eef85965d3654f242451785422b12c3ecbd423f6bf73998d
7
+ data.tar.gz: ad8047b840bda74273e69c53f8e6eedc08f068f3678ac8f9b368fdc2f5e5d4a7595a6e1072c8e1d53341113080c0cc343db7fc30ea5042db499c31e792bf1493
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.22.0 (2021-10-21)
4
+
5
+ * Regenerated from discovery document revision 20211015
6
+
3
7
  ### v0.21.0 (2021-09-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20210918
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/master/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/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
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 DialogflowV2beta1
18
18
  # Version of the google-apis-dialogflow_v2beta1 gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.22.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 = "20210918"
25
+ REVISION = "20211015"
26
26
  end
27
27
  end
28
28
  end
@@ -1210,9 +1210,12 @@ module Google
1210
1210
  # Processes a natural language query and returns structured, actionable data as
1211
1211
  # a result. This method is not idempotent, because it may cause contexts and
1212
1212
  # session entity types to be updated, which in turn might affect results of
1213
- # future queries. Note: Always use agent versions for production traffic. See [
1214
- # Versions and environments](https://cloud.google.com/dialogflow/es/docs/agents-
1215
- # versions).
1213
+ # future queries. If you might use [Agent Assist](https://cloud.google.com/
1214
+ # dialogflow/docs/#aa) or other CCAI products now or in the future, consider
1215
+ # using AnalyzeContent instead of `DetectIntent`. `AnalyzeContent` has
1216
+ # additional functionality for Agent Assist and other CCAI products. Note:
1217
+ # Always use agent versions for production traffic. See [Versions and
1218
+ # environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
1216
1219
  # @param [String] session
1217
1220
  # Required. The name of the session this query is sent to. Supported formats: - `
1218
1221
  # projects//agent/sessions/, - `projects//locations//agent/sessions/`, - `
@@ -2453,9 +2456,12 @@ module Google
2453
2456
  # Processes a natural language query and returns structured, actionable data as
2454
2457
  # a result. This method is not idempotent, because it may cause contexts and
2455
2458
  # session entity types to be updated, which in turn might affect results of
2456
- # future queries. Note: Always use agent versions for production traffic. See [
2457
- # Versions and environments](https://cloud.google.com/dialogflow/es/docs/agents-
2458
- # versions).
2459
+ # future queries. If you might use [Agent Assist](https://cloud.google.com/
2460
+ # dialogflow/docs/#aa) or other CCAI products now or in the future, consider
2461
+ # using AnalyzeContent instead of `DetectIntent`. `AnalyzeContent` has
2462
+ # additional functionality for Agent Assist and other CCAI products. Note:
2463
+ # Always use agent versions for production traffic. See [Versions and
2464
+ # environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
2459
2465
  # @param [String] session
2460
2466
  # Required. The name of the session this query is sent to. Supported formats: - `
2461
2467
  # projects//agent/sessions/, - `projects//locations//agent/sessions/`, - `
@@ -5714,9 +5720,12 @@ module Google
5714
5720
  # Processes a natural language query and returns structured, actionable data as
5715
5721
  # a result. This method is not idempotent, because it may cause contexts and
5716
5722
  # session entity types to be updated, which in turn might affect results of
5717
- # future queries. Note: Always use agent versions for production traffic. See [
5718
- # Versions and environments](https://cloud.google.com/dialogflow/es/docs/agents-
5719
- # versions).
5723
+ # future queries. If you might use [Agent Assist](https://cloud.google.com/
5724
+ # dialogflow/docs/#aa) or other CCAI products now or in the future, consider
5725
+ # using AnalyzeContent instead of `DetectIntent`. `AnalyzeContent` has
5726
+ # additional functionality for Agent Assist and other CCAI products. Note:
5727
+ # Always use agent versions for production traffic. See [Versions and
5728
+ # environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
5720
5729
  # @param [String] session
5721
5730
  # Required. The name of the session this query is sent to. Supported formats: - `
5722
5731
  # projects//agent/sessions/, - `projects//locations//agent/sessions/`, - `
@@ -6507,9 +6516,12 @@ module Google
6507
6516
  # Processes a natural language query and returns structured, actionable data as
6508
6517
  # a result. This method is not idempotent, because it may cause contexts and
6509
6518
  # session entity types to be updated, which in turn might affect results of
6510
- # future queries. Note: Always use agent versions for production traffic. See [
6511
- # Versions and environments](https://cloud.google.com/dialogflow/es/docs/agents-
6512
- # versions).
6519
+ # future queries. If you might use [Agent Assist](https://cloud.google.com/
6520
+ # dialogflow/docs/#aa) or other CCAI products now or in the future, consider
6521
+ # using AnalyzeContent instead of `DetectIntent`. `AnalyzeContent` has
6522
+ # additional functionality for Agent Assist and other CCAI products. Note:
6523
+ # Always use agent versions for production traffic. See [Versions and
6524
+ # environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
6513
6525
  # @param [String] session
6514
6526
  # Required. The name of the session this query is sent to. Supported formats: - `
6515
6527
  # projects//agent/sessions/, - `projects//locations//agent/sessions/`, - `
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.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-09-27 00:00:00.000000000 Z
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/master/generated/google-apis-dialogflow_v2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.21.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dialogflow_v2beta1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.22.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: