google-apis-dialogflow_v3 0.124.0 → 0.125.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: efbde813110755c0e07c5b6121f022c38a3c96c263f714576931f9bbe3b44477
|
|
4
|
+
data.tar.gz: 0db0657be1ea021a68aaa46ce2d6150d72af8e09364b7c8113db4f26ca7806e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1dfa504cf54d47404d3a725fceffb98cc8d817ab2509027ab6f67df80b6a6ab30d36852e10d51c410bb687fe25d1f25fe10f658ef8d40b5617580cf3b34c5773
|
|
7
|
+
data.tar.gz: a13a73cd7223dcc82500642aa12ba8ebe4412f9f1eef7ce4848d5b17e1ed17de808411cf7d06cadc22bb757267dbf712b23a070312183892d227d32016ddd1b6
|
data/CHANGELOG.md
CHANGED
|
@@ -15654,6 +15654,11 @@ module Google
|
|
|
15654
15654
|
class GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult
|
|
15655
15655
|
include Google::Apis::Core::Hashable
|
|
15656
15656
|
|
|
15657
|
+
#
|
|
15658
|
+
# Corresponds to the JSON property `answerRecord`
|
|
15659
|
+
# @return [String]
|
|
15660
|
+
attr_accessor :answer_record
|
|
15661
|
+
|
|
15657
15662
|
#
|
|
15658
15663
|
# Corresponds to the JSON property `suggestedQuery`
|
|
15659
15664
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery]
|
|
@@ -15665,6 +15670,7 @@ module Google
|
|
|
15665
15670
|
|
|
15666
15671
|
# Update properties of this object
|
|
15667
15672
|
def update!(**args)
|
|
15673
|
+
@answer_record = args[:answer_record] if args.key?(:answer_record)
|
|
15668
15674
|
@suggested_query = args[:suggested_query] if args.key?(:suggested_query)
|
|
15669
15675
|
end
|
|
15670
15676
|
end
|
|
@@ -19937,6 +19943,11 @@ module Google
|
|
|
19937
19943
|
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult
|
|
19938
19944
|
include Google::Apis::Core::Hashable
|
|
19939
19945
|
|
|
19946
|
+
#
|
|
19947
|
+
# Corresponds to the JSON property `answerRecord`
|
|
19948
|
+
# @return [String]
|
|
19949
|
+
attr_accessor :answer_record
|
|
19950
|
+
|
|
19940
19951
|
#
|
|
19941
19952
|
# Corresponds to the JSON property `suggestedQuery`
|
|
19942
19953
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery]
|
|
@@ -19948,6 +19959,7 @@ module Google
|
|
|
19948
19959
|
|
|
19949
19960
|
# Update properties of this object
|
|
19950
19961
|
def update!(**args)
|
|
19962
|
+
@answer_record = args[:answer_record] if args.key?(:answer_record)
|
|
19951
19963
|
@suggested_query = args[:suggested_query] if args.key?(:suggested_query)
|
|
19952
19964
|
end
|
|
19953
19965
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DialogflowV3
|
|
18
18
|
# Version of the google-apis-dialogflow_v3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.125.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
|
|
@@ -8957,6 +8957,7 @@ module Google
|
|
|
8957
8957
|
class GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult
|
|
8958
8958
|
# @private
|
|
8959
8959
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8960
|
+
property :answer_record, as: 'answerRecord'
|
|
8960
8961
|
property :suggested_query, as: 'suggestedQuery', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery::Representation
|
|
8961
8962
|
|
|
8962
8963
|
end
|
|
@@ -10286,6 +10287,7 @@ module Google
|
|
|
10286
10287
|
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult
|
|
10287
10288
|
# @private
|
|
10288
10289
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10290
|
+
property :answer_record, as: 'answerRecord'
|
|
10289
10291
|
property :suggested_query, as: 'suggestedQuery', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery::Representation
|
|
10290
10292
|
|
|
10291
10293
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dialogflow_v3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.125.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_v3/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.125.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|