google-apis-dialogflow_v3 0.122.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
|
@@ -15816,6 +15816,11 @@ module Google
|
|
|
15816
15816
|
class GoogleCloudDialogflowV2KnowledgeAssistDebugInfo
|
|
15817
15817
|
include Google::Apis::Core::Hashable
|
|
15818
15818
|
|
|
15819
|
+
#
|
|
15820
|
+
# Corresponds to the JSON property `cesDebugInfo`
|
|
15821
|
+
# @return [Hash<String,Object>]
|
|
15822
|
+
attr_accessor :ces_debug_info
|
|
15823
|
+
|
|
15819
15824
|
#
|
|
15820
15825
|
# Corresponds to the JSON property `datastoreResponseReason`
|
|
15821
15826
|
# @return [String]
|
|
@@ -15836,6 +15841,11 @@ module Google
|
|
|
15836
15841
|
# @return [String]
|
|
15837
15842
|
attr_accessor :query_categorization_failure_reason
|
|
15838
15843
|
|
|
15844
|
+
#
|
|
15845
|
+
# Corresponds to the JSON property `queryGenerationDebugInfo`
|
|
15846
|
+
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo]
|
|
15847
|
+
attr_accessor :query_generation_debug_info
|
|
15848
|
+
|
|
15839
15849
|
#
|
|
15840
15850
|
# Corresponds to the JSON property `queryGenerationFailureReason`
|
|
15841
15851
|
# @return [String]
|
|
@@ -15852,10 +15862,12 @@ module Google
|
|
|
15852
15862
|
|
|
15853
15863
|
# Update properties of this object
|
|
15854
15864
|
def update!(**args)
|
|
15865
|
+
@ces_debug_info = args[:ces_debug_info] if args.key?(:ces_debug_info)
|
|
15855
15866
|
@datastore_response_reason = args[:datastore_response_reason] if args.key?(:datastore_response_reason)
|
|
15856
15867
|
@ingested_context_reference_debug_info = args[:ingested_context_reference_debug_info] if args.key?(:ingested_context_reference_debug_info)
|
|
15857
15868
|
@knowledge_assist_behavior = args[:knowledge_assist_behavior] if args.key?(:knowledge_assist_behavior)
|
|
15858
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)
|
|
15859
15871
|
@query_generation_failure_reason = args[:query_generation_failure_reason] if args.key?(:query_generation_failure_reason)
|
|
15860
15872
|
@service_latency = args[:service_latency] if args.key?(:service_latency)
|
|
15861
15873
|
end
|
|
@@ -15992,6 +16004,37 @@ module Google
|
|
|
15992
16004
|
end
|
|
15993
16005
|
end
|
|
15994
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
|
+
|
|
15995
16038
|
#
|
|
15996
16039
|
class GoogleCloudDialogflowV2KnowledgeOperationMetadata
|
|
15997
16040
|
include Google::Apis::Core::Hashable
|
|
@@ -20000,6 +20043,11 @@ module Google
|
|
|
20000
20043
|
class GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo
|
|
20001
20044
|
include Google::Apis::Core::Hashable
|
|
20002
20045
|
|
|
20046
|
+
#
|
|
20047
|
+
# Corresponds to the JSON property `cesDebugInfo`
|
|
20048
|
+
# @return [Hash<String,Object>]
|
|
20049
|
+
attr_accessor :ces_debug_info
|
|
20050
|
+
|
|
20003
20051
|
#
|
|
20004
20052
|
# Corresponds to the JSON property `datastoreResponseReason`
|
|
20005
20053
|
# @return [String]
|
|
@@ -20020,6 +20068,11 @@ module Google
|
|
|
20020
20068
|
# @return [String]
|
|
20021
20069
|
attr_accessor :query_categorization_failure_reason
|
|
20022
20070
|
|
|
20071
|
+
#
|
|
20072
|
+
# Corresponds to the JSON property `queryGenerationDebugInfo`
|
|
20073
|
+
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo]
|
|
20074
|
+
attr_accessor :query_generation_debug_info
|
|
20075
|
+
|
|
20023
20076
|
#
|
|
20024
20077
|
# Corresponds to the JSON property `queryGenerationFailureReason`
|
|
20025
20078
|
# @return [String]
|
|
@@ -20036,10 +20089,12 @@ module Google
|
|
|
20036
20089
|
|
|
20037
20090
|
# Update properties of this object
|
|
20038
20091
|
def update!(**args)
|
|
20092
|
+
@ces_debug_info = args[:ces_debug_info] if args.key?(:ces_debug_info)
|
|
20039
20093
|
@datastore_response_reason = args[:datastore_response_reason] if args.key?(:datastore_response_reason)
|
|
20040
20094
|
@ingested_context_reference_debug_info = args[:ingested_context_reference_debug_info] if args.key?(:ingested_context_reference_debug_info)
|
|
20041
20095
|
@knowledge_assist_behavior = args[:knowledge_assist_behavior] if args.key?(:knowledge_assist_behavior)
|
|
20042
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)
|
|
20043
20098
|
@query_generation_failure_reason = args[:query_generation_failure_reason] if args.key?(:query_generation_failure_reason)
|
|
20044
20099
|
@service_latency = args[:service_latency] if args.key?(:service_latency)
|
|
20045
20100
|
end
|
|
@@ -20176,6 +20231,37 @@ module Google
|
|
|
20176
20231
|
end
|
|
20177
20232
|
end
|
|
20178
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
|
+
|
|
20179
20265
|
#
|
|
20180
20266
|
class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
|
|
20181
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
|
|
@@ -2986,6 +2986,12 @@ module Google
|
|
|
2986
2986
|
include Google::Apis::Core::JsonObjectSupport
|
|
2987
2987
|
end
|
|
2988
2988
|
|
|
2989
|
+
class GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo
|
|
2990
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2991
|
+
|
|
2992
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2993
|
+
end
|
|
2994
|
+
|
|
2989
2995
|
class GoogleCloudDialogflowV2KnowledgeOperationMetadata
|
|
2990
2996
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2991
2997
|
|
|
@@ -3724,6 +3730,12 @@ module Google
|
|
|
3724
3730
|
include Google::Apis::Core::JsonObjectSupport
|
|
3725
3731
|
end
|
|
3726
3732
|
|
|
3733
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo
|
|
3734
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3735
|
+
|
|
3736
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3737
|
+
end
|
|
3738
|
+
|
|
3727
3739
|
class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
|
|
3728
3740
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3729
3741
|
|
|
@@ -8977,12 +8989,15 @@ module Google
|
|
|
8977
8989
|
class GoogleCloudDialogflowV2KnowledgeAssistDebugInfo
|
|
8978
8990
|
# @private
|
|
8979
8991
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8992
|
+
hash :ces_debug_info, as: 'cesDebugInfo'
|
|
8980
8993
|
property :datastore_response_reason, as: 'datastoreResponseReason'
|
|
8981
8994
|
property :ingested_context_reference_debug_info, as: 'ingestedContextReferenceDebugInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo::Representation
|
|
8982
8995
|
|
|
8983
8996
|
property :knowledge_assist_behavior, as: 'knowledgeAssistBehavior', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior::Representation
|
|
8984
8997
|
|
|
8985
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
|
+
|
|
8986
9001
|
property :query_generation_failure_reason, as: 'queryGenerationFailureReason'
|
|
8987
9002
|
property :service_latency, as: 'serviceLatency', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ServiceLatency, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ServiceLatency::Representation
|
|
8988
9003
|
|
|
@@ -9012,6 +9027,15 @@ module Google
|
|
|
9012
9027
|
end
|
|
9013
9028
|
end
|
|
9014
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
|
+
|
|
9015
9039
|
class GoogleCloudDialogflowV2KnowledgeOperationMetadata
|
|
9016
9040
|
# @private
|
|
9017
9041
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10274,12 +10298,15 @@ module Google
|
|
|
10274
10298
|
class GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo
|
|
10275
10299
|
# @private
|
|
10276
10300
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10301
|
+
hash :ces_debug_info, as: 'cesDebugInfo'
|
|
10277
10302
|
property :datastore_response_reason, as: 'datastoreResponseReason'
|
|
10278
10303
|
property :ingested_context_reference_debug_info, as: 'ingestedContextReferenceDebugInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo::Representation
|
|
10279
10304
|
|
|
10280
10305
|
property :knowledge_assist_behavior, as: 'knowledgeAssistBehavior', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior::Representation
|
|
10281
10306
|
|
|
10282
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
|
+
|
|
10283
10310
|
property :query_generation_failure_reason, as: 'queryGenerationFailureReason'
|
|
10284
10311
|
property :service_latency, as: 'serviceLatency', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ServiceLatency, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ServiceLatency::Representation
|
|
10285
10312
|
|
|
@@ -10309,6 +10336,15 @@ module Google
|
|
|
10309
10336
|
end
|
|
10310
10337
|
end
|
|
10311
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
|
+
|
|
10312
10348
|
class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
|
|
10313
10349
|
# @private
|
|
10314
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:
|