google-apis-dialogflow_v3 0.121.0 → 0.123.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: 7a538ba329b3855710a8ddff6406602ac36eaabafb611fc9569045b1e999c1f2
|
|
4
|
+
data.tar.gz: d550ef21e60e0c2442eaec963f1b16085a586568f7e8a281f80f93d829dc8f30
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb29550766c577881d764ecae3364b524982c35c378f302641c5e0f37a5b09b941a5f5c22ebbb4bb64854897c4d381985f95f41ca056efeca33636ba53290bc8
|
|
7
|
+
data.tar.gz: c3545b3b728509eab8f1b89df534c8f9b1b8a99eb79ee26badb90be14c5087d68ca0443ea18a697df606a4a8d7ce906bcfc15513496123f60ddca8f08a398c62
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-dialogflow_v3
|
|
2
2
|
|
|
3
|
+
### v0.123.0 (2026-05-24)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260518
|
|
6
|
+
|
|
7
|
+
### v0.122.0 (2026-05-03)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260426
|
|
10
|
+
|
|
3
11
|
### v0.121.0 (2026-04-19)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260323
|
|
@@ -15659,6 +15659,11 @@ module Google
|
|
|
15659
15659
|
# @return [String]
|
|
15660
15660
|
attr_accessor :answer_text
|
|
15661
15661
|
|
|
15662
|
+
#
|
|
15663
|
+
# Corresponds to the JSON property `eventSource`
|
|
15664
|
+
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource]
|
|
15665
|
+
attr_accessor :event_source
|
|
15666
|
+
|
|
15662
15667
|
#
|
|
15663
15668
|
# Corresponds to the JSON property `faqSource`
|
|
15664
15669
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource]
|
|
@@ -15669,6 +15674,11 @@ module Google
|
|
|
15669
15674
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource]
|
|
15670
15675
|
attr_accessor :generative_source
|
|
15671
15676
|
|
|
15677
|
+
#
|
|
15678
|
+
# Corresponds to the JSON property `playbookSource`
|
|
15679
|
+
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource]
|
|
15680
|
+
attr_accessor :playbook_source
|
|
15681
|
+
|
|
15672
15682
|
def initialize(**args)
|
|
15673
15683
|
update!(**args)
|
|
15674
15684
|
end
|
|
@@ -15676,8 +15686,35 @@ module Google
|
|
|
15676
15686
|
# Update properties of this object
|
|
15677
15687
|
def update!(**args)
|
|
15678
15688
|
@answer_text = args[:answer_text] if args.key?(:answer_text)
|
|
15689
|
+
@event_source = args[:event_source] if args.key?(:event_source)
|
|
15679
15690
|
@faq_source = args[:faq_source] if args.key?(:faq_source)
|
|
15680
15691
|
@generative_source = args[:generative_source] if args.key?(:generative_source)
|
|
15692
|
+
@playbook_source = args[:playbook_source] if args.key?(:playbook_source)
|
|
15693
|
+
end
|
|
15694
|
+
end
|
|
15695
|
+
|
|
15696
|
+
#
|
|
15697
|
+
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource
|
|
15698
|
+
include Google::Apis::Core::Hashable
|
|
15699
|
+
|
|
15700
|
+
#
|
|
15701
|
+
# Corresponds to the JSON property `event`
|
|
15702
|
+
# @return [String]
|
|
15703
|
+
attr_accessor :event
|
|
15704
|
+
|
|
15705
|
+
#
|
|
15706
|
+
# Corresponds to the JSON property `snippets`
|
|
15707
|
+
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource]
|
|
15708
|
+
attr_accessor :snippets
|
|
15709
|
+
|
|
15710
|
+
def initialize(**args)
|
|
15711
|
+
update!(**args)
|
|
15712
|
+
end
|
|
15713
|
+
|
|
15714
|
+
# Update properties of this object
|
|
15715
|
+
def update!(**args)
|
|
15716
|
+
@event = args[:event] if args.key?(:event)
|
|
15717
|
+
@snippets = args[:snippets] if args.key?(:snippets)
|
|
15681
15718
|
end
|
|
15682
15719
|
end
|
|
15683
15720
|
|
|
@@ -15779,6 +15816,11 @@ module Google
|
|
|
15779
15816
|
class GoogleCloudDialogflowV2KnowledgeAssistDebugInfo
|
|
15780
15817
|
include Google::Apis::Core::Hashable
|
|
15781
15818
|
|
|
15819
|
+
#
|
|
15820
|
+
# Corresponds to the JSON property `cesDebugInfo`
|
|
15821
|
+
# @return [Hash<String,Object>]
|
|
15822
|
+
attr_accessor :ces_debug_info
|
|
15823
|
+
|
|
15782
15824
|
#
|
|
15783
15825
|
# Corresponds to the JSON property `datastoreResponseReason`
|
|
15784
15826
|
# @return [String]
|
|
@@ -15799,6 +15841,11 @@ module Google
|
|
|
15799
15841
|
# @return [String]
|
|
15800
15842
|
attr_accessor :query_categorization_failure_reason
|
|
15801
15843
|
|
|
15844
|
+
#
|
|
15845
|
+
# Corresponds to the JSON property `queryGenerationDebugInfo`
|
|
15846
|
+
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo]
|
|
15847
|
+
attr_accessor :query_generation_debug_info
|
|
15848
|
+
|
|
15802
15849
|
#
|
|
15803
15850
|
# Corresponds to the JSON property `queryGenerationFailureReason`
|
|
15804
15851
|
# @return [String]
|
|
@@ -15815,10 +15862,12 @@ module Google
|
|
|
15815
15862
|
|
|
15816
15863
|
# Update properties of this object
|
|
15817
15864
|
def update!(**args)
|
|
15865
|
+
@ces_debug_info = args[:ces_debug_info] if args.key?(:ces_debug_info)
|
|
15818
15866
|
@datastore_response_reason = args[:datastore_response_reason] if args.key?(:datastore_response_reason)
|
|
15819
15867
|
@ingested_context_reference_debug_info = args[:ingested_context_reference_debug_info] if args.key?(:ingested_context_reference_debug_info)
|
|
15820
15868
|
@knowledge_assist_behavior = args[:knowledge_assist_behavior] if args.key?(:knowledge_assist_behavior)
|
|
15821
15869
|
@query_categorization_failure_reason = args[:query_categorization_failure_reason] if args.key?(:query_categorization_failure_reason)
|
|
15870
|
+
@query_generation_debug_info = args[:query_generation_debug_info] if args.key?(:query_generation_debug_info)
|
|
15822
15871
|
@query_generation_failure_reason = args[:query_generation_failure_reason] if args.key?(:query_generation_failure_reason)
|
|
15823
15872
|
@service_latency = args[:service_latency] if args.key?(:service_latency)
|
|
15824
15873
|
end
|
|
@@ -15955,6 +16004,37 @@ module Google
|
|
|
15955
16004
|
end
|
|
15956
16005
|
end
|
|
15957
16006
|
|
|
16007
|
+
#
|
|
16008
|
+
class GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo
|
|
16009
|
+
include Google::Apis::Core::Hashable
|
|
16010
|
+
|
|
16011
|
+
#
|
|
16012
|
+
# Corresponds to the JSON property `candidatesTokenCount`
|
|
16013
|
+
# @return [Fixnum]
|
|
16014
|
+
attr_accessor :candidates_token_count
|
|
16015
|
+
|
|
16016
|
+
#
|
|
16017
|
+
# Corresponds to the JSON property `promptTokenCount`
|
|
16018
|
+
# @return [Fixnum]
|
|
16019
|
+
attr_accessor :prompt_token_count
|
|
16020
|
+
|
|
16021
|
+
#
|
|
16022
|
+
# Corresponds to the JSON property `totalTokenCount`
|
|
16023
|
+
# @return [Fixnum]
|
|
16024
|
+
attr_accessor :total_token_count
|
|
16025
|
+
|
|
16026
|
+
def initialize(**args)
|
|
16027
|
+
update!(**args)
|
|
16028
|
+
end
|
|
16029
|
+
|
|
16030
|
+
# Update properties of this object
|
|
16031
|
+
def update!(**args)
|
|
16032
|
+
@candidates_token_count = args[:candidates_token_count] if args.key?(:candidates_token_count)
|
|
16033
|
+
@prompt_token_count = args[:prompt_token_count] if args.key?(:prompt_token_count)
|
|
16034
|
+
@total_token_count = args[:total_token_count] if args.key?(:total_token_count)
|
|
16035
|
+
end
|
|
16036
|
+
end
|
|
16037
|
+
|
|
15958
16038
|
#
|
|
15959
16039
|
class GoogleCloudDialogflowV2KnowledgeOperationMetadata
|
|
15960
16040
|
include Google::Apis::Core::Hashable
|
|
@@ -19806,6 +19886,11 @@ module Google
|
|
|
19806
19886
|
# @return [String]
|
|
19807
19887
|
attr_accessor :answer_text
|
|
19808
19888
|
|
|
19889
|
+
#
|
|
19890
|
+
# Corresponds to the JSON property `eventSource`
|
|
19891
|
+
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource]
|
|
19892
|
+
attr_accessor :event_source
|
|
19893
|
+
|
|
19809
19894
|
#
|
|
19810
19895
|
# Corresponds to the JSON property `faqSource`
|
|
19811
19896
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource]
|
|
@@ -19816,6 +19901,11 @@ module Google
|
|
|
19816
19901
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource]
|
|
19817
19902
|
attr_accessor :generative_source
|
|
19818
19903
|
|
|
19904
|
+
#
|
|
19905
|
+
# Corresponds to the JSON property `playbookSource`
|
|
19906
|
+
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource]
|
|
19907
|
+
attr_accessor :playbook_source
|
|
19908
|
+
|
|
19819
19909
|
def initialize(**args)
|
|
19820
19910
|
update!(**args)
|
|
19821
19911
|
end
|
|
@@ -19823,8 +19913,35 @@ module Google
|
|
|
19823
19913
|
# Update properties of this object
|
|
19824
19914
|
def update!(**args)
|
|
19825
19915
|
@answer_text = args[:answer_text] if args.key?(:answer_text)
|
|
19916
|
+
@event_source = args[:event_source] if args.key?(:event_source)
|
|
19826
19917
|
@faq_source = args[:faq_source] if args.key?(:faq_source)
|
|
19827
19918
|
@generative_source = args[:generative_source] if args.key?(:generative_source)
|
|
19919
|
+
@playbook_source = args[:playbook_source] if args.key?(:playbook_source)
|
|
19920
|
+
end
|
|
19921
|
+
end
|
|
19922
|
+
|
|
19923
|
+
#
|
|
19924
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource
|
|
19925
|
+
include Google::Apis::Core::Hashable
|
|
19926
|
+
|
|
19927
|
+
#
|
|
19928
|
+
# Corresponds to the JSON property `event`
|
|
19929
|
+
# @return [String]
|
|
19930
|
+
attr_accessor :event
|
|
19931
|
+
|
|
19932
|
+
#
|
|
19933
|
+
# Corresponds to the JSON property `snippets`
|
|
19934
|
+
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource]
|
|
19935
|
+
attr_accessor :snippets
|
|
19936
|
+
|
|
19937
|
+
def initialize(**args)
|
|
19938
|
+
update!(**args)
|
|
19939
|
+
end
|
|
19940
|
+
|
|
19941
|
+
# Update properties of this object
|
|
19942
|
+
def update!(**args)
|
|
19943
|
+
@event = args[:event] if args.key?(:event)
|
|
19944
|
+
@snippets = args[:snippets] if args.key?(:snippets)
|
|
19828
19945
|
end
|
|
19829
19946
|
end
|
|
19830
19947
|
|
|
@@ -19926,6 +20043,11 @@ module Google
|
|
|
19926
20043
|
class GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo
|
|
19927
20044
|
include Google::Apis::Core::Hashable
|
|
19928
20045
|
|
|
20046
|
+
#
|
|
20047
|
+
# Corresponds to the JSON property `cesDebugInfo`
|
|
20048
|
+
# @return [Hash<String,Object>]
|
|
20049
|
+
attr_accessor :ces_debug_info
|
|
20050
|
+
|
|
19929
20051
|
#
|
|
19930
20052
|
# Corresponds to the JSON property `datastoreResponseReason`
|
|
19931
20053
|
# @return [String]
|
|
@@ -19946,6 +20068,11 @@ module Google
|
|
|
19946
20068
|
# @return [String]
|
|
19947
20069
|
attr_accessor :query_categorization_failure_reason
|
|
19948
20070
|
|
|
20071
|
+
#
|
|
20072
|
+
# Corresponds to the JSON property `queryGenerationDebugInfo`
|
|
20073
|
+
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo]
|
|
20074
|
+
attr_accessor :query_generation_debug_info
|
|
20075
|
+
|
|
19949
20076
|
#
|
|
19950
20077
|
# Corresponds to the JSON property `queryGenerationFailureReason`
|
|
19951
20078
|
# @return [String]
|
|
@@ -19962,10 +20089,12 @@ module Google
|
|
|
19962
20089
|
|
|
19963
20090
|
# Update properties of this object
|
|
19964
20091
|
def update!(**args)
|
|
20092
|
+
@ces_debug_info = args[:ces_debug_info] if args.key?(:ces_debug_info)
|
|
19965
20093
|
@datastore_response_reason = args[:datastore_response_reason] if args.key?(:datastore_response_reason)
|
|
19966
20094
|
@ingested_context_reference_debug_info = args[:ingested_context_reference_debug_info] if args.key?(:ingested_context_reference_debug_info)
|
|
19967
20095
|
@knowledge_assist_behavior = args[:knowledge_assist_behavior] if args.key?(:knowledge_assist_behavior)
|
|
19968
20096
|
@query_categorization_failure_reason = args[:query_categorization_failure_reason] if args.key?(:query_categorization_failure_reason)
|
|
20097
|
+
@query_generation_debug_info = args[:query_generation_debug_info] if args.key?(:query_generation_debug_info)
|
|
19969
20098
|
@query_generation_failure_reason = args[:query_generation_failure_reason] if args.key?(:query_generation_failure_reason)
|
|
19970
20099
|
@service_latency = args[:service_latency] if args.key?(:service_latency)
|
|
19971
20100
|
end
|
|
@@ -20102,6 +20231,37 @@ module Google
|
|
|
20102
20231
|
end
|
|
20103
20232
|
end
|
|
20104
20233
|
|
|
20234
|
+
#
|
|
20235
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo
|
|
20236
|
+
include Google::Apis::Core::Hashable
|
|
20237
|
+
|
|
20238
|
+
#
|
|
20239
|
+
# Corresponds to the JSON property `candidatesTokenCount`
|
|
20240
|
+
# @return [Fixnum]
|
|
20241
|
+
attr_accessor :candidates_token_count
|
|
20242
|
+
|
|
20243
|
+
#
|
|
20244
|
+
# Corresponds to the JSON property `promptTokenCount`
|
|
20245
|
+
# @return [Fixnum]
|
|
20246
|
+
attr_accessor :prompt_token_count
|
|
20247
|
+
|
|
20248
|
+
#
|
|
20249
|
+
# Corresponds to the JSON property `totalTokenCount`
|
|
20250
|
+
# @return [Fixnum]
|
|
20251
|
+
attr_accessor :total_token_count
|
|
20252
|
+
|
|
20253
|
+
def initialize(**args)
|
|
20254
|
+
update!(**args)
|
|
20255
|
+
end
|
|
20256
|
+
|
|
20257
|
+
# Update properties of this object
|
|
20258
|
+
def update!(**args)
|
|
20259
|
+
@candidates_token_count = args[:candidates_token_count] if args.key?(:candidates_token_count)
|
|
20260
|
+
@prompt_token_count = args[:prompt_token_count] if args.key?(:prompt_token_count)
|
|
20261
|
+
@total_token_count = args[:total_token_count] if args.key?(:total_token_count)
|
|
20262
|
+
end
|
|
20263
|
+
end
|
|
20264
|
+
|
|
20105
20265
|
#
|
|
20106
20266
|
class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
|
|
20107
20267
|
include Google::Apis::Core::Hashable
|
|
@@ -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.123.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260518"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2944,6 +2944,12 @@ module Google
|
|
|
2944
2944
|
include Google::Apis::Core::JsonObjectSupport
|
|
2945
2945
|
end
|
|
2946
2946
|
|
|
2947
|
+
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource
|
|
2948
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2949
|
+
|
|
2950
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2951
|
+
end
|
|
2952
|
+
|
|
2947
2953
|
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource
|
|
2948
2954
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2949
2955
|
|
|
@@ -2980,6 +2986,12 @@ module Google
|
|
|
2980
2986
|
include Google::Apis::Core::JsonObjectSupport
|
|
2981
2987
|
end
|
|
2982
2988
|
|
|
2989
|
+
class GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo
|
|
2990
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2991
|
+
|
|
2992
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2993
|
+
end
|
|
2994
|
+
|
|
2983
2995
|
class GoogleCloudDialogflowV2KnowledgeOperationMetadata
|
|
2984
2996
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2985
2997
|
|
|
@@ -3676,6 +3688,12 @@ module Google
|
|
|
3676
3688
|
include Google::Apis::Core::JsonObjectSupport
|
|
3677
3689
|
end
|
|
3678
3690
|
|
|
3691
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource
|
|
3692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3693
|
+
|
|
3694
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3695
|
+
end
|
|
3696
|
+
|
|
3679
3697
|
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource
|
|
3680
3698
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3681
3699
|
|
|
@@ -3712,6 +3730,12 @@ module Google
|
|
|
3712
3730
|
include Google::Apis::Core::JsonObjectSupport
|
|
3713
3731
|
end
|
|
3714
3732
|
|
|
3733
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo
|
|
3734
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3735
|
+
|
|
3736
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3737
|
+
end
|
|
3738
|
+
|
|
3715
3739
|
class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
|
|
3716
3740
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3717
3741
|
|
|
@@ -8910,10 +8934,23 @@ module Google
|
|
|
8910
8934
|
# @private
|
|
8911
8935
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8912
8936
|
property :answer_text, as: 'answerText'
|
|
8937
|
+
property :event_source, as: 'eventSource', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource::Representation
|
|
8938
|
+
|
|
8913
8939
|
property :faq_source, as: 'faqSource', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource::Representation
|
|
8914
8940
|
|
|
8915
8941
|
property :generative_source, as: 'generativeSource', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource::Representation
|
|
8916
8942
|
|
|
8943
|
+
property :playbook_source, as: 'playbookSource', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource::Representation
|
|
8944
|
+
|
|
8945
|
+
end
|
|
8946
|
+
end
|
|
8947
|
+
|
|
8948
|
+
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource
|
|
8949
|
+
# @private
|
|
8950
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8951
|
+
property :event, as: 'event'
|
|
8952
|
+
property :snippets, as: 'snippets', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource::Representation
|
|
8953
|
+
|
|
8917
8954
|
end
|
|
8918
8955
|
end
|
|
8919
8956
|
|
|
@@ -8952,12 +8989,15 @@ module Google
|
|
|
8952
8989
|
class GoogleCloudDialogflowV2KnowledgeAssistDebugInfo
|
|
8953
8990
|
# @private
|
|
8954
8991
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8992
|
+
hash :ces_debug_info, as: 'cesDebugInfo'
|
|
8955
8993
|
property :datastore_response_reason, as: 'datastoreResponseReason'
|
|
8956
8994
|
property :ingested_context_reference_debug_info, as: 'ingestedContextReferenceDebugInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo::Representation
|
|
8957
8995
|
|
|
8958
8996
|
property :knowledge_assist_behavior, as: 'knowledgeAssistBehavior', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior::Representation
|
|
8959
8997
|
|
|
8960
8998
|
property :query_categorization_failure_reason, as: 'queryCategorizationFailureReason'
|
|
8999
|
+
property :query_generation_debug_info, as: 'queryGenerationDebugInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo::Representation
|
|
9000
|
+
|
|
8961
9001
|
property :query_generation_failure_reason, as: 'queryGenerationFailureReason'
|
|
8962
9002
|
property :service_latency, as: 'serviceLatency', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ServiceLatency, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ServiceLatency::Representation
|
|
8963
9003
|
|
|
@@ -8987,6 +9027,15 @@ module Google
|
|
|
8987
9027
|
end
|
|
8988
9028
|
end
|
|
8989
9029
|
|
|
9030
|
+
class GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo
|
|
9031
|
+
# @private
|
|
9032
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9033
|
+
property :candidates_token_count, as: 'candidatesTokenCount'
|
|
9034
|
+
property :prompt_token_count, as: 'promptTokenCount'
|
|
9035
|
+
property :total_token_count, as: 'totalTokenCount'
|
|
9036
|
+
end
|
|
9037
|
+
end
|
|
9038
|
+
|
|
8990
9039
|
class GoogleCloudDialogflowV2KnowledgeOperationMetadata
|
|
8991
9040
|
# @private
|
|
8992
9041
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10194,10 +10243,23 @@ module Google
|
|
|
10194
10243
|
# @private
|
|
10195
10244
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10196
10245
|
property :answer_text, as: 'answerText'
|
|
10246
|
+
property :event_source, as: 'eventSource', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource::Representation
|
|
10247
|
+
|
|
10197
10248
|
property :faq_source, as: 'faqSource', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource::Representation
|
|
10198
10249
|
|
|
10199
10250
|
property :generative_source, as: 'generativeSource', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource::Representation
|
|
10200
10251
|
|
|
10252
|
+
property :playbook_source, as: 'playbookSource', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource::Representation
|
|
10253
|
+
|
|
10254
|
+
end
|
|
10255
|
+
end
|
|
10256
|
+
|
|
10257
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource
|
|
10258
|
+
# @private
|
|
10259
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10260
|
+
property :event, as: 'event'
|
|
10261
|
+
property :snippets, as: 'snippets', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource::Representation
|
|
10262
|
+
|
|
10201
10263
|
end
|
|
10202
10264
|
end
|
|
10203
10265
|
|
|
@@ -10236,12 +10298,15 @@ module Google
|
|
|
10236
10298
|
class GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo
|
|
10237
10299
|
# @private
|
|
10238
10300
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10301
|
+
hash :ces_debug_info, as: 'cesDebugInfo'
|
|
10239
10302
|
property :datastore_response_reason, as: 'datastoreResponseReason'
|
|
10240
10303
|
property :ingested_context_reference_debug_info, as: 'ingestedContextReferenceDebugInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo::Representation
|
|
10241
10304
|
|
|
10242
10305
|
property :knowledge_assist_behavior, as: 'knowledgeAssistBehavior', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior::Representation
|
|
10243
10306
|
|
|
10244
10307
|
property :query_categorization_failure_reason, as: 'queryCategorizationFailureReason'
|
|
10308
|
+
property :query_generation_debug_info, as: 'queryGenerationDebugInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo::Representation
|
|
10309
|
+
|
|
10245
10310
|
property :query_generation_failure_reason, as: 'queryGenerationFailureReason'
|
|
10246
10311
|
property :service_latency, as: 'serviceLatency', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ServiceLatency, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ServiceLatency::Representation
|
|
10247
10312
|
|
|
@@ -10271,6 +10336,15 @@ module Google
|
|
|
10271
10336
|
end
|
|
10272
10337
|
end
|
|
10273
10338
|
|
|
10339
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo
|
|
10340
|
+
# @private
|
|
10341
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10342
|
+
property :candidates_token_count, as: 'candidatesTokenCount'
|
|
10343
|
+
property :prompt_token_count, as: 'promptTokenCount'
|
|
10344
|
+
property :total_token_count, as: 'totalTokenCount'
|
|
10345
|
+
end
|
|
10346
|
+
end
|
|
10347
|
+
|
|
10274
10348
|
class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
|
|
10275
10349
|
# @private
|
|
10276
10350
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.123.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.123.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:
|