google-apis-dialogflow_v3beta1 0.120.0 → 0.121.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a4ae5374a60048a50f0b3dec3a4bd3f42c3f7b2ae4365e6e9008e65e5d67def0
|
|
4
|
+
data.tar.gz: 2672ef947f05081c4d62d157f02aebcb199d63ec228506bb20814fe41e69db6f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc25534053732df6db9783c6e83edc3e28733d01a6c670dae903f5ae609ab8172165def498cf0452bdc5fff8d33a507694f087bf74e5a9c16bd1d92efe66e74e
|
|
7
|
+
data.tar.gz: 5435c9abf0fd1926c5f57f6b8cc83f9d5e496b8e7dc4011693cf386df0e477e5376d776f591f4d27a972e29aa5dfaaa624210420b247ac03e5fcc3831eaadab1
|
data/CHANGELOG.md
CHANGED
|
@@ -17077,6 +17077,11 @@ module Google
|
|
|
17077
17077
|
class GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult
|
|
17078
17078
|
include Google::Apis::Core::Hashable
|
|
17079
17079
|
|
|
17080
|
+
#
|
|
17081
|
+
# Corresponds to the JSON property `answerRecord`
|
|
17082
|
+
# @return [String]
|
|
17083
|
+
attr_accessor :answer_record
|
|
17084
|
+
|
|
17080
17085
|
#
|
|
17081
17086
|
# Corresponds to the JSON property `suggestedQuery`
|
|
17082
17087
|
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery]
|
|
@@ -17088,6 +17093,7 @@ module Google
|
|
|
17088
17093
|
|
|
17089
17094
|
# Update properties of this object
|
|
17090
17095
|
def update!(**args)
|
|
17096
|
+
@answer_record = args[:answer_record] if args.key?(:answer_record)
|
|
17091
17097
|
@suggested_query = args[:suggested_query] if args.key?(:suggested_query)
|
|
17092
17098
|
end
|
|
17093
17099
|
end
|
|
@@ -21360,6 +21366,11 @@ module Google
|
|
|
21360
21366
|
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult
|
|
21361
21367
|
include Google::Apis::Core::Hashable
|
|
21362
21368
|
|
|
21369
|
+
#
|
|
21370
|
+
# Corresponds to the JSON property `answerRecord`
|
|
21371
|
+
# @return [String]
|
|
21372
|
+
attr_accessor :answer_record
|
|
21373
|
+
|
|
21363
21374
|
#
|
|
21364
21375
|
# Corresponds to the JSON property `suggestedQuery`
|
|
21365
21376
|
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery]
|
|
@@ -21371,6 +21382,7 @@ module Google
|
|
|
21371
21382
|
|
|
21372
21383
|
# Update properties of this object
|
|
21373
21384
|
def update!(**args)
|
|
21385
|
+
@answer_record = args[:answer_record] if args.key?(:answer_record)
|
|
21374
21386
|
@suggested_query = args[:suggested_query] if args.key?(:suggested_query)
|
|
21375
21387
|
end
|
|
21376
21388
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DialogflowV3beta1
|
|
18
18
|
# Version of the google-apis-dialogflow_v3beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.121.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260616"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -9603,6 +9603,7 @@ module Google
|
|
|
9603
9603
|
class GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult
|
|
9604
9604
|
# @private
|
|
9605
9605
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9606
|
+
property :answer_record, as: 'answerRecord'
|
|
9606
9607
|
property :suggested_query, as: 'suggestedQuery', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery::Representation
|
|
9607
9608
|
|
|
9608
9609
|
end
|
|
@@ -10932,6 +10933,7 @@ module Google
|
|
|
10932
10933
|
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult
|
|
10933
10934
|
# @private
|
|
10934
10935
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10936
|
+
property :answer_record, as: 'answerRecord'
|
|
10935
10937
|
property :suggested_query, as: 'suggestedQuery', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery::Representation
|
|
10936
10938
|
|
|
10937
10939
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dialogflow_v3beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.121.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.121.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|