google-apis-dialogflow_v3beta1 0.113.0 → 0.115.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/dialogflow_v3beta1/classes.rb +3562 -6105
- data/lib/google/apis/dialogflow_v3beta1/gem_version.rb +2 -2
- data/lib/google/apis/dialogflow_v3beta1/representations.rb +259 -0
- data/lib/google/apis/dialogflow_v3beta1/service.rb +162 -1135
- metadata +2 -2
|
@@ -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.115.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 = "20260119"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2140,6 +2140,18 @@ module Google
|
|
|
2140
2140
|
include Google::Apis::Core::JsonObjectSupport
|
|
2141
2141
|
end
|
|
2142
2142
|
|
|
2143
|
+
class GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettings
|
|
2144
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2145
|
+
|
|
2146
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2147
|
+
end
|
|
2148
|
+
|
|
2149
|
+
class GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettingsCategoryFilter
|
|
2150
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2151
|
+
|
|
2152
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2153
|
+
end
|
|
2154
|
+
|
|
2143
2155
|
class GoogleCloudDialogflowCxV3beta1SearchConfig
|
|
2144
2156
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2145
2157
|
|
|
@@ -2890,6 +2902,18 @@ module Google
|
|
|
2890
2902
|
include Google::Apis::Core::JsonObjectSupport
|
|
2891
2903
|
end
|
|
2892
2904
|
|
|
2905
|
+
class GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo
|
|
2906
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2907
|
+
|
|
2908
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2909
|
+
end
|
|
2910
|
+
|
|
2911
|
+
class GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo
|
|
2912
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2913
|
+
|
|
2914
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2915
|
+
end
|
|
2916
|
+
|
|
2893
2917
|
class GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
|
|
2894
2918
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2895
2919
|
|
|
@@ -3142,6 +3166,18 @@ module Google
|
|
|
3142
3166
|
include Google::Apis::Core::JsonObjectSupport
|
|
3143
3167
|
end
|
|
3144
3168
|
|
|
3169
|
+
class GoogleCloudDialogflowV2KnowledgeAssistDebugInfo
|
|
3170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3171
|
+
|
|
3172
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3173
|
+
end
|
|
3174
|
+
|
|
3175
|
+
class GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior
|
|
3176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3177
|
+
|
|
3178
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3179
|
+
end
|
|
3180
|
+
|
|
3145
3181
|
class GoogleCloudDialogflowV2KnowledgeOperationMetadata
|
|
3146
3182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3147
3183
|
|
|
@@ -3184,6 +3220,18 @@ module Google
|
|
|
3184
3220
|
include Google::Apis::Core::JsonObjectSupport
|
|
3185
3221
|
end
|
|
3186
3222
|
|
|
3223
|
+
class GoogleCloudDialogflowV2ServiceLatency
|
|
3224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3225
|
+
|
|
3226
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3227
|
+
end
|
|
3228
|
+
|
|
3229
|
+
class GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency
|
|
3230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3231
|
+
|
|
3232
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3233
|
+
end
|
|
3234
|
+
|
|
3187
3235
|
class GoogleCloudDialogflowV2SessionEntityType
|
|
3188
3236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3189
3237
|
|
|
@@ -3490,6 +3538,18 @@ module Google
|
|
|
3490
3538
|
include Google::Apis::Core::JsonObjectSupport
|
|
3491
3539
|
end
|
|
3492
3540
|
|
|
3541
|
+
class GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo
|
|
3542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3543
|
+
|
|
3544
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3545
|
+
end
|
|
3546
|
+
|
|
3547
|
+
class GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo
|
|
3548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3549
|
+
|
|
3550
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3551
|
+
end
|
|
3552
|
+
|
|
3493
3553
|
class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
|
|
3494
3554
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3495
3555
|
|
|
@@ -3838,6 +3898,18 @@ module Google
|
|
|
3838
3898
|
include Google::Apis::Core::JsonObjectSupport
|
|
3839
3899
|
end
|
|
3840
3900
|
|
|
3901
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo
|
|
3902
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3903
|
+
|
|
3904
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3905
|
+
end
|
|
3906
|
+
|
|
3907
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior
|
|
3908
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3909
|
+
|
|
3910
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3911
|
+
end
|
|
3912
|
+
|
|
3841
3913
|
class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
|
|
3842
3914
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3843
3915
|
|
|
@@ -3922,6 +3994,18 @@ module Google
|
|
|
3922
3994
|
include Google::Apis::Core::JsonObjectSupport
|
|
3923
3995
|
end
|
|
3924
3996
|
|
|
3997
|
+
class GoogleCloudDialogflowV2beta1ServiceLatency
|
|
3998
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3999
|
+
|
|
4000
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4001
|
+
end
|
|
4002
|
+
|
|
4003
|
+
class GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency
|
|
4004
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4005
|
+
|
|
4006
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4007
|
+
end
|
|
4008
|
+
|
|
3925
4009
|
class GoogleCloudDialogflowV2beta1SessionEntityType
|
|
3926
4010
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3927
4011
|
|
|
@@ -5899,6 +5983,7 @@ module Google
|
|
|
5899
5983
|
|
|
5900
5984
|
property :query_params, as: 'queryParams', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1QueryParameters, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1QueryParameters::Representation
|
|
5901
5985
|
|
|
5986
|
+
property :response_view, as: 'responseView'
|
|
5902
5987
|
property :session, as: 'session'
|
|
5903
5988
|
end
|
|
5904
5989
|
end
|
|
@@ -7690,8 +7775,12 @@ module Google
|
|
|
7690
7775
|
collection :banned_phrases, as: 'bannedPhrases', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SafetySettingsPhrase, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SafetySettingsPhrase::Representation
|
|
7691
7776
|
|
|
7692
7777
|
property :default_banned_phrase_match_strategy, as: 'defaultBannedPhraseMatchStrategy'
|
|
7778
|
+
property :default_rai_settings, as: 'defaultRaiSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettings::Representation
|
|
7779
|
+
|
|
7693
7780
|
property :prompt_security_settings, as: 'promptSecuritySettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SafetySettingsPromptSecuritySettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SafetySettingsPromptSecuritySettings::Representation
|
|
7694
7781
|
|
|
7782
|
+
property :rai_settings, as: 'raiSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettings::Representation
|
|
7783
|
+
|
|
7695
7784
|
end
|
|
7696
7785
|
end
|
|
7697
7786
|
|
|
@@ -7710,6 +7799,22 @@ module Google
|
|
|
7710
7799
|
end
|
|
7711
7800
|
end
|
|
7712
7801
|
|
|
7802
|
+
class GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettings
|
|
7803
|
+
# @private
|
|
7804
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7805
|
+
collection :category_filters, as: 'categoryFilters', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettingsCategoryFilter, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettingsCategoryFilter::Representation
|
|
7806
|
+
|
|
7807
|
+
end
|
|
7808
|
+
end
|
|
7809
|
+
|
|
7810
|
+
class GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettingsCategoryFilter
|
|
7811
|
+
# @private
|
|
7812
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7813
|
+
property :category, as: 'category'
|
|
7814
|
+
property :filter_level, as: 'filterLevel'
|
|
7815
|
+
end
|
|
7816
|
+
end
|
|
7817
|
+
|
|
7713
7818
|
class GoogleCloudDialogflowCxV3beta1SearchConfig
|
|
7714
7819
|
# @private
|
|
7715
7820
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8575,6 +8680,7 @@ module Google
|
|
|
8575
8680
|
property :duplicate_check_result, as: 'duplicateCheckResult', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult::Representation
|
|
8576
8681
|
|
|
8577
8682
|
property :system_action, as: 'systemAction'
|
|
8683
|
+
property :triggering_event, as: 'triggeringEvent'
|
|
8578
8684
|
end
|
|
8579
8685
|
end
|
|
8580
8686
|
|
|
@@ -8961,6 +9067,24 @@ module Google
|
|
|
8961
9067
|
end
|
|
8962
9068
|
end
|
|
8963
9069
|
|
|
9070
|
+
class GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo
|
|
9071
|
+
# @private
|
|
9072
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9073
|
+
property :context_reference_retrieved, as: 'contextReferenceRetrieved'
|
|
9074
|
+
collection :ingested_parameters_debug_info, as: 'ingestedParametersDebugInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo::Representation
|
|
9075
|
+
|
|
9076
|
+
property :project_not_allowlisted, as: 'projectNotAllowlisted'
|
|
9077
|
+
end
|
|
9078
|
+
end
|
|
9079
|
+
|
|
9080
|
+
class GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo
|
|
9081
|
+
# @private
|
|
9082
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9083
|
+
property :ingestion_status, as: 'ingestionStatus'
|
|
9084
|
+
property :parameter, as: 'parameter'
|
|
9085
|
+
end
|
|
9086
|
+
end
|
|
9087
|
+
|
|
8964
9088
|
class GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
|
|
8965
9089
|
# @private
|
|
8966
9090
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9349,6 +9473,8 @@ module Google
|
|
|
9349
9473
|
# @private
|
|
9350
9474
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9351
9475
|
property :answer_record, as: 'answerRecord'
|
|
9476
|
+
property :knowledge_assist_debug_info, as: 'knowledgeAssistDebugInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistDebugInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistDebugInfo::Representation
|
|
9477
|
+
|
|
9352
9478
|
property :suggested_query, as: 'suggestedQuery', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery::Representation
|
|
9353
9479
|
|
|
9354
9480
|
property :suggested_query_answer, as: 'suggestedQueryAnswer', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer::Representation
|
|
@@ -9399,6 +9525,44 @@ module Google
|
|
|
9399
9525
|
end
|
|
9400
9526
|
end
|
|
9401
9527
|
|
|
9528
|
+
class GoogleCloudDialogflowV2KnowledgeAssistDebugInfo
|
|
9529
|
+
# @private
|
|
9530
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9531
|
+
property :datastore_response_reason, as: 'datastoreResponseReason'
|
|
9532
|
+
property :ingested_context_reference_debug_info, as: 'ingestedContextReferenceDebugInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo::Representation
|
|
9533
|
+
|
|
9534
|
+
property :knowledge_assist_behavior, as: 'knowledgeAssistBehavior', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior::Representation
|
|
9535
|
+
|
|
9536
|
+
property :query_categorization_failure_reason, as: 'queryCategorizationFailureReason'
|
|
9537
|
+
property :query_generation_failure_reason, as: 'queryGenerationFailureReason'
|
|
9538
|
+
property :service_latency, as: 'serviceLatency', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2ServiceLatency, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2ServiceLatency::Representation
|
|
9539
|
+
|
|
9540
|
+
end
|
|
9541
|
+
end
|
|
9542
|
+
|
|
9543
|
+
class GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior
|
|
9544
|
+
# @private
|
|
9545
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9546
|
+
property :answer_generation_rewriter_on, as: 'answerGenerationRewriterOn'
|
|
9547
|
+
property :appended_search_context_count, as: 'appendedSearchContextCount'
|
|
9548
|
+
property :conversation_transcript_has_mixed_languages, as: 'conversationTranscriptHasMixedLanguages'
|
|
9549
|
+
property :disable_sync_delivery, as: 'disableSyncDelivery'
|
|
9550
|
+
property :end_user_metadata_included, as: 'endUserMetadataIncluded'
|
|
9551
|
+
property :invalid_items_query_suggestion_skipped, as: 'invalidItemsQuerySuggestionSkipped'
|
|
9552
|
+
property :multiple_queries_generated, as: 'multipleQueriesGenerated'
|
|
9553
|
+
property :previous_queries_included, as: 'previousQueriesIncluded'
|
|
9554
|
+
property :primary_query_redacted_and_replaced, as: 'primaryQueryRedactedAndReplaced'
|
|
9555
|
+
property :query_contained_search_context, as: 'queryContainedSearchContext'
|
|
9556
|
+
property :query_generation_agent_language_mismatch, as: 'queryGenerationAgentLanguageMismatch'
|
|
9557
|
+
property :query_generation_end_user_language_mismatch, as: 'queryGenerationEndUserLanguageMismatch'
|
|
9558
|
+
property :return_query_only, as: 'returnQueryOnly'
|
|
9559
|
+
property :third_party_connector_allowed, as: 'thirdPartyConnectorAllowed'
|
|
9560
|
+
property :use_custom_safety_filter_level, as: 'useCustomSafetyFilterLevel'
|
|
9561
|
+
property :use_pubsub_delivery, as: 'usePubsubDelivery'
|
|
9562
|
+
property :use_translated_message, as: 'useTranslatedMessage'
|
|
9563
|
+
end
|
|
9564
|
+
end
|
|
9565
|
+
|
|
9402
9566
|
class GoogleCloudDialogflowV2KnowledgeOperationMetadata
|
|
9403
9567
|
# @private
|
|
9404
9568
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9487,6 +9651,24 @@ module Google
|
|
|
9487
9651
|
end
|
|
9488
9652
|
end
|
|
9489
9653
|
|
|
9654
|
+
class GoogleCloudDialogflowV2ServiceLatency
|
|
9655
|
+
# @private
|
|
9656
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9657
|
+
collection :internal_service_latencies, as: 'internalServiceLatencies', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency::Representation
|
|
9658
|
+
|
|
9659
|
+
end
|
|
9660
|
+
end
|
|
9661
|
+
|
|
9662
|
+
class GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency
|
|
9663
|
+
# @private
|
|
9664
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9665
|
+
property :complete_time, as: 'completeTime'
|
|
9666
|
+
property :latency_ms, as: 'latencyMs'
|
|
9667
|
+
property :start_time, as: 'startTime'
|
|
9668
|
+
property :step, as: 'step'
|
|
9669
|
+
end
|
|
9670
|
+
end
|
|
9671
|
+
|
|
9490
9672
|
class GoogleCloudDialogflowV2SessionEntityType
|
|
9491
9673
|
# @private
|
|
9492
9674
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9704,6 +9886,7 @@ module Google
|
|
|
9704
9886
|
property :duplicate_check_result, as: 'duplicateCheckResult', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult::Representation
|
|
9705
9887
|
|
|
9706
9888
|
property :system_action, as: 'systemAction'
|
|
9889
|
+
property :triggering_event, as: 'triggeringEvent'
|
|
9707
9890
|
end
|
|
9708
9891
|
end
|
|
9709
9892
|
|
|
@@ -10005,6 +10188,24 @@ module Google
|
|
|
10005
10188
|
end
|
|
10006
10189
|
end
|
|
10007
10190
|
|
|
10191
|
+
class GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo
|
|
10192
|
+
# @private
|
|
10193
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10194
|
+
property :context_reference_retrieved, as: 'contextReferenceRetrieved'
|
|
10195
|
+
collection :ingested_parameters_debug_info, as: 'ingestedParametersDebugInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo::Representation
|
|
10196
|
+
|
|
10197
|
+
property :project_not_allowlisted, as: 'projectNotAllowlisted'
|
|
10198
|
+
end
|
|
10199
|
+
end
|
|
10200
|
+
|
|
10201
|
+
class GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo
|
|
10202
|
+
# @private
|
|
10203
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10204
|
+
property :ingestion_status, as: 'ingestionStatus'
|
|
10205
|
+
property :parameter, as: 'parameter'
|
|
10206
|
+
end
|
|
10207
|
+
end
|
|
10208
|
+
|
|
10008
10209
|
class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
|
|
10009
10210
|
# @private
|
|
10010
10211
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10550,6 +10751,8 @@ module Google
|
|
|
10550
10751
|
# @private
|
|
10551
10752
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10552
10753
|
property :answer_record, as: 'answerRecord'
|
|
10754
|
+
property :knowledge_assist_debug_info, as: 'knowledgeAssistDebugInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo::Representation
|
|
10755
|
+
|
|
10553
10756
|
property :suggested_query, as: 'suggestedQuery', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery::Representation
|
|
10554
10757
|
|
|
10555
10758
|
property :suggested_query_answer, as: 'suggestedQueryAnswer', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer::Representation
|
|
@@ -10600,6 +10803,44 @@ module Google
|
|
|
10600
10803
|
end
|
|
10601
10804
|
end
|
|
10602
10805
|
|
|
10806
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo
|
|
10807
|
+
# @private
|
|
10808
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10809
|
+
property :datastore_response_reason, as: 'datastoreResponseReason'
|
|
10810
|
+
property :ingested_context_reference_debug_info, as: 'ingestedContextReferenceDebugInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo::Representation
|
|
10811
|
+
|
|
10812
|
+
property :knowledge_assist_behavior, as: 'knowledgeAssistBehavior', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior::Representation
|
|
10813
|
+
|
|
10814
|
+
property :query_categorization_failure_reason, as: 'queryCategorizationFailureReason'
|
|
10815
|
+
property :query_generation_failure_reason, as: 'queryGenerationFailureReason'
|
|
10816
|
+
property :service_latency, as: 'serviceLatency', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ServiceLatency, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ServiceLatency::Representation
|
|
10817
|
+
|
|
10818
|
+
end
|
|
10819
|
+
end
|
|
10820
|
+
|
|
10821
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior
|
|
10822
|
+
# @private
|
|
10823
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10824
|
+
property :answer_generation_rewriter_on, as: 'answerGenerationRewriterOn'
|
|
10825
|
+
property :appended_search_context_count, as: 'appendedSearchContextCount'
|
|
10826
|
+
property :conversation_transcript_has_mixed_languages, as: 'conversationTranscriptHasMixedLanguages'
|
|
10827
|
+
property :disable_sync_delivery, as: 'disableSyncDelivery'
|
|
10828
|
+
property :end_user_metadata_included, as: 'endUserMetadataIncluded'
|
|
10829
|
+
property :invalid_items_query_suggestion_skipped, as: 'invalidItemsQuerySuggestionSkipped'
|
|
10830
|
+
property :multiple_queries_generated, as: 'multipleQueriesGenerated'
|
|
10831
|
+
property :previous_queries_included, as: 'previousQueriesIncluded'
|
|
10832
|
+
property :primary_query_redacted_and_replaced, as: 'primaryQueryRedactedAndReplaced'
|
|
10833
|
+
property :query_contained_search_context, as: 'queryContainedSearchContext'
|
|
10834
|
+
property :query_generation_agent_language_mismatch, as: 'queryGenerationAgentLanguageMismatch'
|
|
10835
|
+
property :query_generation_end_user_language_mismatch, as: 'queryGenerationEndUserLanguageMismatch'
|
|
10836
|
+
property :return_query_only, as: 'returnQueryOnly'
|
|
10837
|
+
property :third_party_connector_allowed, as: 'thirdPartyConnectorAllowed'
|
|
10838
|
+
property :use_custom_safety_filter_level, as: 'useCustomSafetyFilterLevel'
|
|
10839
|
+
property :use_pubsub_delivery, as: 'usePubsubDelivery'
|
|
10840
|
+
property :use_translated_message, as: 'useTranslatedMessage'
|
|
10841
|
+
end
|
|
10842
|
+
end
|
|
10843
|
+
|
|
10603
10844
|
class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
|
|
10604
10845
|
# @private
|
|
10605
10846
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10754,6 +10995,24 @@ module Google
|
|
|
10754
10995
|
end
|
|
10755
10996
|
end
|
|
10756
10997
|
|
|
10998
|
+
class GoogleCloudDialogflowV2beta1ServiceLatency
|
|
10999
|
+
# @private
|
|
11000
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11001
|
+
collection :internal_service_latencies, as: 'internalServiceLatencies', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency::Representation
|
|
11002
|
+
|
|
11003
|
+
end
|
|
11004
|
+
end
|
|
11005
|
+
|
|
11006
|
+
class GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency
|
|
11007
|
+
# @private
|
|
11008
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11009
|
+
property :complete_time, as: 'completeTime'
|
|
11010
|
+
property :latency_ms, as: 'latencyMs'
|
|
11011
|
+
property :start_time, as: 'startTime'
|
|
11012
|
+
property :step, as: 'step'
|
|
11013
|
+
end
|
|
11014
|
+
end
|
|
11015
|
+
|
|
10757
11016
|
class GoogleCloudDialogflowV2beta1SessionEntityType
|
|
10758
11017
|
# @private
|
|
10759
11018
|
class Representation < Google::Apis::Core::JsonRepresentation
|