google-apis-dialogflow_v3beta1 0.119.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
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-dialogflow_v3beta1
|
|
2
2
|
|
|
3
|
+
### v0.121.0 (2026-06-21)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260616
|
|
6
|
+
|
|
7
|
+
### v0.120.0 (2026-06-14)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260604
|
|
10
|
+
* Regenerated using generator version 0.19.0
|
|
11
|
+
|
|
3
12
|
### v0.119.0 (2026-05-24)
|
|
4
13
|
|
|
5
14
|
* Regenerated from discovery document revision 20260518
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/dialogflow/) may provide gu
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
87
87
|
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
@@ -17073,6 +17073,31 @@ module Google
|
|
|
17073
17073
|
end
|
|
17074
17074
|
end
|
|
17075
17075
|
|
|
17076
|
+
#
|
|
17077
|
+
class GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult
|
|
17078
|
+
include Google::Apis::Core::Hashable
|
|
17079
|
+
|
|
17080
|
+
#
|
|
17081
|
+
# Corresponds to the JSON property `answerRecord`
|
|
17082
|
+
# @return [String]
|
|
17083
|
+
attr_accessor :answer_record
|
|
17084
|
+
|
|
17085
|
+
#
|
|
17086
|
+
# Corresponds to the JSON property `suggestedQuery`
|
|
17087
|
+
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery]
|
|
17088
|
+
attr_accessor :suggested_query
|
|
17089
|
+
|
|
17090
|
+
def initialize(**args)
|
|
17091
|
+
update!(**args)
|
|
17092
|
+
end
|
|
17093
|
+
|
|
17094
|
+
# Update properties of this object
|
|
17095
|
+
def update!(**args)
|
|
17096
|
+
@answer_record = args[:answer_record] if args.key?(:answer_record)
|
|
17097
|
+
@suggested_query = args[:suggested_query] if args.key?(:suggested_query)
|
|
17098
|
+
end
|
|
17099
|
+
end
|
|
17100
|
+
|
|
17076
17101
|
#
|
|
17077
17102
|
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer
|
|
17078
17103
|
include Google::Apis::Core::Hashable
|
|
@@ -17225,6 +17250,11 @@ module Google
|
|
|
17225
17250
|
# @return [String]
|
|
17226
17251
|
attr_accessor :query_text
|
|
17227
17252
|
|
|
17253
|
+
#
|
|
17254
|
+
# Corresponds to the JSON property `searchContexts`
|
|
17255
|
+
# @return [Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext>]
|
|
17256
|
+
attr_accessor :search_contexts
|
|
17257
|
+
|
|
17228
17258
|
def initialize(**args)
|
|
17229
17259
|
update!(**args)
|
|
17230
17260
|
end
|
|
@@ -17232,6 +17262,32 @@ module Google
|
|
|
17232
17262
|
# Update properties of this object
|
|
17233
17263
|
def update!(**args)
|
|
17234
17264
|
@query_text = args[:query_text] if args.key?(:query_text)
|
|
17265
|
+
@search_contexts = args[:search_contexts] if args.key?(:search_contexts)
|
|
17266
|
+
end
|
|
17267
|
+
end
|
|
17268
|
+
|
|
17269
|
+
#
|
|
17270
|
+
class GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext
|
|
17271
|
+
include Google::Apis::Core::Hashable
|
|
17272
|
+
|
|
17273
|
+
#
|
|
17274
|
+
# Corresponds to the JSON property `key`
|
|
17275
|
+
# @return [String]
|
|
17276
|
+
attr_accessor :key
|
|
17277
|
+
|
|
17278
|
+
#
|
|
17279
|
+
# Corresponds to the JSON property `value`
|
|
17280
|
+
# @return [String]
|
|
17281
|
+
attr_accessor :value
|
|
17282
|
+
|
|
17283
|
+
def initialize(**args)
|
|
17284
|
+
update!(**args)
|
|
17285
|
+
end
|
|
17286
|
+
|
|
17287
|
+
# Update properties of this object
|
|
17288
|
+
def update!(**args)
|
|
17289
|
+
@key = args[:key] if args.key?(:key)
|
|
17290
|
+
@value = args[:value] if args.key?(:value)
|
|
17235
17291
|
end
|
|
17236
17292
|
end
|
|
17237
17293
|
|
|
@@ -18107,6 +18163,11 @@ module Google
|
|
|
18107
18163
|
class GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse
|
|
18108
18164
|
include Google::Apis::Core::Hashable
|
|
18109
18165
|
|
|
18166
|
+
#
|
|
18167
|
+
# Corresponds to the JSON property `additionalSuggestedQueryResults`
|
|
18168
|
+
# @return [Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult>]
|
|
18169
|
+
attr_accessor :additional_suggested_query_results
|
|
18170
|
+
|
|
18110
18171
|
#
|
|
18111
18172
|
# Corresponds to the JSON property `contextSize`
|
|
18112
18173
|
# @return [Fixnum]
|
|
@@ -18128,6 +18189,7 @@ module Google
|
|
|
18128
18189
|
|
|
18129
18190
|
# Update properties of this object
|
|
18130
18191
|
def update!(**args)
|
|
18192
|
+
@additional_suggested_query_results = args[:additional_suggested_query_results] if args.key?(:additional_suggested_query_results)
|
|
18131
18193
|
@context_size = args[:context_size] if args.key?(:context_size)
|
|
18132
18194
|
@knowledge_assist_answer = args[:knowledge_assist_answer] if args.key?(:knowledge_assist_answer)
|
|
18133
18195
|
@latest_message = args[:latest_message] if args.key?(:latest_message)
|
|
@@ -21300,6 +21362,31 @@ module Google
|
|
|
21300
21362
|
end
|
|
21301
21363
|
end
|
|
21302
21364
|
|
|
21365
|
+
#
|
|
21366
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult
|
|
21367
|
+
include Google::Apis::Core::Hashable
|
|
21368
|
+
|
|
21369
|
+
#
|
|
21370
|
+
# Corresponds to the JSON property `answerRecord`
|
|
21371
|
+
# @return [String]
|
|
21372
|
+
attr_accessor :answer_record
|
|
21373
|
+
|
|
21374
|
+
#
|
|
21375
|
+
# Corresponds to the JSON property `suggestedQuery`
|
|
21376
|
+
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery]
|
|
21377
|
+
attr_accessor :suggested_query
|
|
21378
|
+
|
|
21379
|
+
def initialize(**args)
|
|
21380
|
+
update!(**args)
|
|
21381
|
+
end
|
|
21382
|
+
|
|
21383
|
+
# Update properties of this object
|
|
21384
|
+
def update!(**args)
|
|
21385
|
+
@answer_record = args[:answer_record] if args.key?(:answer_record)
|
|
21386
|
+
@suggested_query = args[:suggested_query] if args.key?(:suggested_query)
|
|
21387
|
+
end
|
|
21388
|
+
end
|
|
21389
|
+
|
|
21303
21390
|
#
|
|
21304
21391
|
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer
|
|
21305
21392
|
include Google::Apis::Core::Hashable
|
|
@@ -21452,6 +21539,11 @@ module Google
|
|
|
21452
21539
|
# @return [String]
|
|
21453
21540
|
attr_accessor :query_text
|
|
21454
21541
|
|
|
21542
|
+
#
|
|
21543
|
+
# Corresponds to the JSON property `searchContexts`
|
|
21544
|
+
# @return [Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuerySearchContext>]
|
|
21545
|
+
attr_accessor :search_contexts
|
|
21546
|
+
|
|
21455
21547
|
def initialize(**args)
|
|
21456
21548
|
update!(**args)
|
|
21457
21549
|
end
|
|
@@ -21459,6 +21551,32 @@ module Google
|
|
|
21459
21551
|
# Update properties of this object
|
|
21460
21552
|
def update!(**args)
|
|
21461
21553
|
@query_text = args[:query_text] if args.key?(:query_text)
|
|
21554
|
+
@search_contexts = args[:search_contexts] if args.key?(:search_contexts)
|
|
21555
|
+
end
|
|
21556
|
+
end
|
|
21557
|
+
|
|
21558
|
+
#
|
|
21559
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuerySearchContext
|
|
21560
|
+
include Google::Apis::Core::Hashable
|
|
21561
|
+
|
|
21562
|
+
#
|
|
21563
|
+
# Corresponds to the JSON property `key`
|
|
21564
|
+
# @return [String]
|
|
21565
|
+
attr_accessor :key
|
|
21566
|
+
|
|
21567
|
+
#
|
|
21568
|
+
# Corresponds to the JSON property `value`
|
|
21569
|
+
# @return [String]
|
|
21570
|
+
attr_accessor :value
|
|
21571
|
+
|
|
21572
|
+
def initialize(**args)
|
|
21573
|
+
update!(**args)
|
|
21574
|
+
end
|
|
21575
|
+
|
|
21576
|
+
# Update properties of this object
|
|
21577
|
+
def update!(**args)
|
|
21578
|
+
@key = args[:key] if args.key?(:key)
|
|
21579
|
+
@value = args[:value] if args.key?(:value)
|
|
21462
21580
|
end
|
|
21463
21581
|
end
|
|
21464
21582
|
|
|
@@ -22547,6 +22665,11 @@ module Google
|
|
|
22547
22665
|
class GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse
|
|
22548
22666
|
include Google::Apis::Core::Hashable
|
|
22549
22667
|
|
|
22668
|
+
#
|
|
22669
|
+
# Corresponds to the JSON property `additionalSuggestedQueryResults`
|
|
22670
|
+
# @return [Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult>]
|
|
22671
|
+
attr_accessor :additional_suggested_query_results
|
|
22672
|
+
|
|
22550
22673
|
#
|
|
22551
22674
|
# Corresponds to the JSON property `contextSize`
|
|
22552
22675
|
# @return [Fixnum]
|
|
@@ -22568,6 +22691,7 @@ module Google
|
|
|
22568
22691
|
|
|
22569
22692
|
# Update properties of this object
|
|
22570
22693
|
def update!(**args)
|
|
22694
|
+
@additional_suggested_query_results = args[:additional_suggested_query_results] if args.key?(:additional_suggested_query_results)
|
|
22571
22695
|
@context_size = args[:context_size] if args.key?(:context_size)
|
|
22572
22696
|
@knowledge_assist_answer = args[:knowledge_assist_answer] if args.key?(:knowledge_assist_answer)
|
|
22573
22697
|
@latest_message = args[:latest_message] if args.key?(:latest_message)
|
|
@@ -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
|
-
GENERATOR_VERSION = "0.
|
|
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
|
|
@@ -3160,6 +3160,12 @@ module Google
|
|
|
3160
3160
|
include Google::Apis::Core::JsonObjectSupport
|
|
3161
3161
|
end
|
|
3162
3162
|
|
|
3163
|
+
class GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult
|
|
3164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3165
|
+
|
|
3166
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3167
|
+
end
|
|
3168
|
+
|
|
3163
3169
|
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer
|
|
3164
3170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3165
3171
|
|
|
@@ -3196,6 +3202,12 @@ module Google
|
|
|
3196
3202
|
include Google::Apis::Core::JsonObjectSupport
|
|
3197
3203
|
end
|
|
3198
3204
|
|
|
3205
|
+
class GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext
|
|
3206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3207
|
+
|
|
3208
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3209
|
+
end
|
|
3210
|
+
|
|
3199
3211
|
class GoogleCloudDialogflowV2KnowledgeAssistDebugInfo
|
|
3200
3212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3201
3213
|
|
|
@@ -3904,6 +3916,12 @@ module Google
|
|
|
3904
3916
|
include Google::Apis::Core::JsonObjectSupport
|
|
3905
3917
|
end
|
|
3906
3918
|
|
|
3919
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult
|
|
3920
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3921
|
+
|
|
3922
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3923
|
+
end
|
|
3924
|
+
|
|
3907
3925
|
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer
|
|
3908
3926
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3909
3927
|
|
|
@@ -3940,6 +3958,12 @@ module Google
|
|
|
3940
3958
|
include Google::Apis::Core::JsonObjectSupport
|
|
3941
3959
|
end
|
|
3942
3960
|
|
|
3961
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuerySearchContext
|
|
3962
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3963
|
+
|
|
3964
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3965
|
+
end
|
|
3966
|
+
|
|
3943
3967
|
class GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo
|
|
3944
3968
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3945
3969
|
|
|
@@ -9576,6 +9600,15 @@ module Google
|
|
|
9576
9600
|
end
|
|
9577
9601
|
end
|
|
9578
9602
|
|
|
9603
|
+
class GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult
|
|
9604
|
+
# @private
|
|
9605
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9606
|
+
property :answer_record, as: 'answerRecord'
|
|
9607
|
+
property :suggested_query, as: 'suggestedQuery', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery::Representation
|
|
9608
|
+
|
|
9609
|
+
end
|
|
9610
|
+
end
|
|
9611
|
+
|
|
9579
9612
|
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer
|
|
9580
9613
|
# @private
|
|
9581
9614
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9629,6 +9662,16 @@ module Google
|
|
|
9629
9662
|
# @private
|
|
9630
9663
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9631
9664
|
property :query_text, as: 'queryText'
|
|
9665
|
+
collection :search_contexts, as: 'searchContexts', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext::Representation
|
|
9666
|
+
|
|
9667
|
+
end
|
|
9668
|
+
end
|
|
9669
|
+
|
|
9670
|
+
class GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext
|
|
9671
|
+
# @private
|
|
9672
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9673
|
+
property :key, as: 'key'
|
|
9674
|
+
property :value, as: 'value'
|
|
9632
9675
|
end
|
|
9633
9676
|
end
|
|
9634
9677
|
|
|
@@ -9871,6 +9914,8 @@ module Google
|
|
|
9871
9914
|
class GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse
|
|
9872
9915
|
# @private
|
|
9873
9916
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9917
|
+
collection :additional_suggested_query_results, as: 'additionalSuggestedQueryResults', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult::Representation
|
|
9918
|
+
|
|
9874
9919
|
property :context_size, as: 'contextSize'
|
|
9875
9920
|
property :knowledge_assist_answer, as: 'knowledgeAssistAnswer', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswer, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswer::Representation
|
|
9876
9921
|
|
|
@@ -10885,6 +10930,15 @@ module Google
|
|
|
10885
10930
|
end
|
|
10886
10931
|
end
|
|
10887
10932
|
|
|
10933
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult
|
|
10934
|
+
# @private
|
|
10935
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10936
|
+
property :answer_record, as: 'answerRecord'
|
|
10937
|
+
property :suggested_query, as: 'suggestedQuery', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery::Representation
|
|
10938
|
+
|
|
10939
|
+
end
|
|
10940
|
+
end
|
|
10941
|
+
|
|
10888
10942
|
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer
|
|
10889
10943
|
# @private
|
|
10890
10944
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10938,6 +10992,16 @@ module Google
|
|
|
10938
10992
|
# @private
|
|
10939
10993
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10940
10994
|
property :query_text, as: 'queryText'
|
|
10995
|
+
collection :search_contexts, as: 'searchContexts', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuerySearchContext, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuerySearchContext::Representation
|
|
10996
|
+
|
|
10997
|
+
end
|
|
10998
|
+
end
|
|
10999
|
+
|
|
11000
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuerySearchContext
|
|
11001
|
+
# @private
|
|
11002
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11003
|
+
property :key, as: 'key'
|
|
11004
|
+
property :value, as: 'value'
|
|
10941
11005
|
end
|
|
10942
11006
|
end
|
|
10943
11007
|
|
|
@@ -11252,6 +11316,8 @@ module Google
|
|
|
11252
11316
|
class GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse
|
|
11253
11317
|
# @private
|
|
11254
11318
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11319
|
+
collection :additional_suggested_query_results, as: 'additionalSuggestedQueryResults', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult::Representation
|
|
11320
|
+
|
|
11255
11321
|
property :context_size, as: 'contextSize'
|
|
11256
11322
|
property :knowledge_assist_answer, as: 'knowledgeAssistAnswer', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer::Representation
|
|
11257
11323
|
|
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:
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|