google-apis-dialogflow_v2 0.93.0 → 0.94.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 +5 -0
- data/lib/google/apis/dialogflow_v2/classes.rb +404 -460
- data/lib/google/apis/dialogflow_v2/gem_version.rb +3 -3
- data/lib/google/apis/dialogflow_v2/representations.rb +123 -292
- data/lib/google/apis/dialogflow_v2/service.rb +19 -19
- metadata +4 -4
@@ -3523,8 +3523,8 @@ module Google
|
|
3523
3523
|
end
|
3524
3524
|
|
3525
3525
|
# Creates a conversation profile in the specified project. ConversationProfile.
|
3526
|
-
#
|
3527
|
-
# You can retrieve them via GetConversationProfile API.
|
3526
|
+
# create_time and ConversationProfile.update_time aren't populated in the
|
3527
|
+
# response. You can retrieve them via GetConversationProfile API.
|
3528
3528
|
# @param [String] parent
|
3529
3529
|
# Required. The project to create a conversation profile for. Format: `projects//
|
3530
3530
|
# locations/`.
|
@@ -3658,8 +3658,8 @@ module Google
|
|
3658
3658
|
execute_or_queue_command(command, &block)
|
3659
3659
|
end
|
3660
3660
|
|
3661
|
-
# Updates the specified conversation profile. ConversationProfile.
|
3662
|
-
# ConversationProfile.
|
3661
|
+
# Updates the specified conversation profile. ConversationProfile.create_time
|
3662
|
+
# and ConversationProfile.update_time aren't populated in the response. You can
|
3663
3663
|
# retrieve them via GetConversationProfile API.
|
3664
3664
|
# @param [String] name
|
3665
3665
|
# The unique identifier of this conversation profile. Format: `projects//
|
@@ -3794,8 +3794,8 @@ module Google
|
|
3794
3794
|
# Optional. Identifier of the conversation. Generally it's auto generated by
|
3795
3795
|
# Google. Only set it if you cannot wait for the response to return a auto-
|
3796
3796
|
# generated one to you. The conversation ID must be compliant with the
|
3797
|
-
# regression
|
3798
|
-
# the field is provided, the caller is
|
3797
|
+
# regression formula `a-zA-Z*` with the characters length in range of [3,64]. If
|
3798
|
+
# the field is provided, the caller is responsible for 1. the uniqueness of the
|
3799
3799
|
# ID, otherwise the request will be rejected. 2. the consistency for whether to
|
3800
3800
|
# use custom ID or not under a project to better ensure uniqueness.
|
3801
3801
|
# @param [String] fields
|
@@ -4344,9 +4344,9 @@ module Google
|
|
4344
4344
|
# @param [String] generator_id
|
4345
4345
|
# Optional. The ID to use for the generator, which will become the final
|
4346
4346
|
# component of the generator's resource name. The generator ID must be compliant
|
4347
|
-
# with the regression
|
4348
|
-
# 64]. If the field is not provided, an Id will be auto-generated. If the
|
4349
|
-
# is provided, the caller is
|
4347
|
+
# with the regression formula `a-zA-Z*` with the characters length in range of [
|
4348
|
+
# 3,64]. If the field is not provided, an Id will be auto-generated. If the
|
4349
|
+
# field is provided, the caller is responsible for 1. the uniqueness of the ID,
|
4350
4350
|
# otherwise the request will be rejected. 2. the consistency for whether to use
|
4351
4351
|
# custom ID or not under a project to better ensure uniqueness.
|
4352
4352
|
# @param [String] fields
|
@@ -8176,8 +8176,8 @@ module Google
|
|
8176
8176
|
end
|
8177
8177
|
|
8178
8178
|
# Creates a conversation profile in the specified project. ConversationProfile.
|
8179
|
-
#
|
8180
|
-
# You can retrieve them via GetConversationProfile API.
|
8179
|
+
# create_time and ConversationProfile.update_time aren't populated in the
|
8180
|
+
# response. You can retrieve them via GetConversationProfile API.
|
8181
8181
|
# @param [String] parent
|
8182
8182
|
# Required. The project to create a conversation profile for. Format: `projects//
|
8183
8183
|
# locations/`.
|
@@ -8311,8 +8311,8 @@ module Google
|
|
8311
8311
|
execute_or_queue_command(command, &block)
|
8312
8312
|
end
|
8313
8313
|
|
8314
|
-
# Updates the specified conversation profile. ConversationProfile.
|
8315
|
-
# ConversationProfile.
|
8314
|
+
# Updates the specified conversation profile. ConversationProfile.create_time
|
8315
|
+
# and ConversationProfile.update_time aren't populated in the response. You can
|
8316
8316
|
# retrieve them via GetConversationProfile API.
|
8317
8317
|
# @param [String] name
|
8318
8318
|
# The unique identifier of this conversation profile. Format: `projects//
|
@@ -8447,8 +8447,8 @@ module Google
|
|
8447
8447
|
# Optional. Identifier of the conversation. Generally it's auto generated by
|
8448
8448
|
# Google. Only set it if you cannot wait for the response to return a auto-
|
8449
8449
|
# generated one to you. The conversation ID must be compliant with the
|
8450
|
-
# regression
|
8451
|
-
# the field is provided, the caller is
|
8450
|
+
# regression formula `a-zA-Z*` with the characters length in range of [3,64]. If
|
8451
|
+
# the field is provided, the caller is responsible for 1. the uniqueness of the
|
8452
8452
|
# ID, otherwise the request will be rejected. 2. the consistency for whether to
|
8453
8453
|
# use custom ID or not under a project to better ensure uniqueness.
|
8454
8454
|
# @param [String] fields
|
@@ -9035,9 +9035,9 @@ module Google
|
|
9035
9035
|
# @param [String] generator_id
|
9036
9036
|
# Optional. The ID to use for the generator, which will become the final
|
9037
9037
|
# component of the generator's resource name. The generator ID must be compliant
|
9038
|
-
# with the regression
|
9039
|
-
# 64]. If the field is not provided, an Id will be auto-generated. If the
|
9040
|
-
# is provided, the caller is
|
9038
|
+
# with the regression formula `a-zA-Z*` with the characters length in range of [
|
9039
|
+
# 3,64]. If the field is not provided, an Id will be auto-generated. If the
|
9040
|
+
# field is provided, the caller is responsible for 1. the uniqueness of the ID,
|
9041
9041
|
# otherwise the request will be rejected. 2. the consistency for whether to use
|
9042
9042
|
# custom ID or not under a project to better ensure uniqueness.
|
9043
9043
|
# @param [String] fields
|
@@ -9104,7 +9104,7 @@ module Google
|
|
9104
9104
|
# Retrieves a generator.
|
9105
9105
|
# @param [String] name
|
9106
9106
|
# Required. The generator resource name to retrieve. Format: `projects//
|
9107
|
-
# locations
|
9107
|
+
# locations//generators/`
|
9108
9108
|
# @param [String] fields
|
9109
9109
|
# Selector specifying which fields to include in a partial response.
|
9110
9110
|
# @param [String] quota_user
|
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.94.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: 2024-
|
11
|
+
date: 2024-12-04 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.94.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.22
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Dialogflow API V2
|