google-apis-dialogflow_v2beta1 0.59.0 → 0.60.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 663e672ba10abd7a014b49d57e29ff19134ac55b3764a54582e4f1f7686b38e8
|
4
|
+
data.tar.gz: c0f6041205c314c745beb73604f28ed6c0378dcbc471c45966065d589fdbe1ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 13ddb698c16299915da34e47573e640052fcd5672aa8219c49a3712c17d42636af54762bceea92ffb077edc39e711be810a51e0bda5ca20f02233512f519deda
|
7
|
+
data.tar.gz: 3312809f886507805557eb5dc67189dbef99d5ea2ea843251e39daebd7719dee6d3479533e16ff2da0afdcac7539e7df83b6a33e88b8cda39289d27cb59cca7f
|
data/CHANGELOG.md
CHANGED
@@ -9981,7 +9981,7 @@ module Google
|
|
9981
9981
|
class GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest
|
9982
9982
|
include Google::Apis::Core::Hashable
|
9983
9983
|
|
9984
|
-
# Required. A maximum of
|
9984
|
+
# Required. A maximum of 300 messages can be created in a batch.
|
9985
9985
|
# CreateMessageRequest.message.send_time is required. All created messages will
|
9986
9986
|
# have identical Message.create_time.
|
9987
9987
|
# Corresponds to the JSON property `requests`
|
@@ -16735,6 +16735,11 @@ module Google
|
|
16735
16735
|
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse]
|
16736
16736
|
attr_accessor :suggest_dialogflow_assists_response
|
16737
16737
|
|
16738
|
+
# The response message for Participants.SuggestDialogflowAssists.
|
16739
|
+
# Corresponds to the JSON property `suggestEntityExtractionResponse`
|
16740
|
+
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse]
|
16741
|
+
attr_accessor :suggest_entity_extraction_response
|
16742
|
+
|
16738
16743
|
# The request message for Participants.SuggestFaqAnswers.
|
16739
16744
|
# Corresponds to the JSON property `suggestFaqAnswersResponse`
|
16740
16745
|
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse]
|
@@ -16754,6 +16759,7 @@ module Google
|
|
16754
16759
|
@error = args[:error] if args.key?(:error)
|
16755
16760
|
@suggest_articles_response = args[:suggest_articles_response] if args.key?(:suggest_articles_response)
|
16756
16761
|
@suggest_dialogflow_assists_response = args[:suggest_dialogflow_assists_response] if args.key?(:suggest_dialogflow_assists_response)
|
16762
|
+
@suggest_entity_extraction_response = args[:suggest_entity_extraction_response] if args.key?(:suggest_entity_extraction_response)
|
16757
16763
|
@suggest_faq_answers_response = args[:suggest_faq_answers_response] if args.key?(:suggest_faq_answers_response)
|
16758
16764
|
@suggest_smart_replies_response = args[:suggest_smart_replies_response] if args.key?(:suggest_smart_replies_response)
|
16759
16765
|
end
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.60.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230614"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -7437,6 +7437,8 @@ module Google
|
|
7437
7437
|
|
7438
7438
|
property :suggest_dialogflow_assists_response, as: 'suggestDialogflowAssistsResponse', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse::Representation
|
7439
7439
|
|
7440
|
+
property :suggest_entity_extraction_response, as: 'suggestEntityExtractionResponse', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse::Representation
|
7441
|
+
|
7440
7442
|
property :suggest_faq_answers_response, as: 'suggestFaqAnswersResponse', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse::Representation
|
7441
7443
|
|
7442
7444
|
property :suggest_smart_replies_response, as: 'suggestSmartRepliesResponse', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse::Representation
|
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.
|
4
|
+
version: 0.60.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: 2023-06-
|
11
|
+
date: 2023-06-18 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_v2beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.60.0
|
62
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: []
|