google-apis-dialogflow_v2beta1 0.117.0 → 0.118.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 +4 -0
- data/lib/google/apis/dialogflow_v2beta1/classes.rb +3513 -6014
- data/lib/google/apis/dialogflow_v2beta1/gem_version.rb +2 -2
- data/lib/google/apis/dialogflow_v2beta1/representations.rb +279 -0
- data/lib/google/apis/dialogflow_v2beta1/service.rb +266 -2158
- metadata +2 -2
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DialogflowV2beta1
|
|
18
18
|
# Version of the google-apis-dialogflow_v2beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.118.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
|
|
@@ -1540,6 +1540,18 @@ module Google
|
|
|
1540
1540
|
include Google::Apis::Core::JsonObjectSupport
|
|
1541
1541
|
end
|
|
1542
1542
|
|
|
1543
|
+
class GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo
|
|
1544
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1545
|
+
|
|
1546
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1547
|
+
end
|
|
1548
|
+
|
|
1549
|
+
class GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo
|
|
1550
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1551
|
+
|
|
1552
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1553
|
+
end
|
|
1554
|
+
|
|
1543
1555
|
class GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
|
|
1544
1556
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1545
1557
|
|
|
@@ -1792,6 +1804,18 @@ module Google
|
|
|
1792
1804
|
include Google::Apis::Core::JsonObjectSupport
|
|
1793
1805
|
end
|
|
1794
1806
|
|
|
1807
|
+
class GoogleCloudDialogflowV2KnowledgeAssistDebugInfo
|
|
1808
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1809
|
+
|
|
1810
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1811
|
+
end
|
|
1812
|
+
|
|
1813
|
+
class GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior
|
|
1814
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1815
|
+
|
|
1816
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1817
|
+
end
|
|
1818
|
+
|
|
1795
1819
|
class GoogleCloudDialogflowV2KnowledgeOperationMetadata
|
|
1796
1820
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1797
1821
|
|
|
@@ -1834,6 +1858,18 @@ module Google
|
|
|
1834
1858
|
include Google::Apis::Core::JsonObjectSupport
|
|
1835
1859
|
end
|
|
1836
1860
|
|
|
1861
|
+
class GoogleCloudDialogflowV2ServiceLatency
|
|
1862
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1863
|
+
|
|
1864
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1865
|
+
end
|
|
1866
|
+
|
|
1867
|
+
class GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency
|
|
1868
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1869
|
+
|
|
1870
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1871
|
+
end
|
|
1872
|
+
|
|
1837
1873
|
class GoogleCloudDialogflowV2SessionEntityType
|
|
1838
1874
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1839
1875
|
|
|
@@ -2722,6 +2758,18 @@ module Google
|
|
|
2722
2758
|
include Google::Apis::Core::JsonObjectSupport
|
|
2723
2759
|
end
|
|
2724
2760
|
|
|
2761
|
+
class GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo
|
|
2762
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2763
|
+
|
|
2764
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2765
|
+
end
|
|
2766
|
+
|
|
2767
|
+
class GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo
|
|
2768
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2769
|
+
|
|
2770
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2771
|
+
end
|
|
2772
|
+
|
|
2725
2773
|
class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
|
|
2726
2774
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2727
2775
|
|
|
@@ -3088,6 +3136,18 @@ module Google
|
|
|
3088
3136
|
include Google::Apis::Core::JsonObjectSupport
|
|
3089
3137
|
end
|
|
3090
3138
|
|
|
3139
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo
|
|
3140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3141
|
+
|
|
3142
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3143
|
+
end
|
|
3144
|
+
|
|
3145
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior
|
|
3146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3147
|
+
|
|
3148
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3149
|
+
end
|
|
3150
|
+
|
|
3091
3151
|
class GoogleCloudDialogflowV2beta1KnowledgeBase
|
|
3092
3152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3093
3153
|
|
|
@@ -3376,6 +3436,18 @@ module Google
|
|
|
3376
3436
|
include Google::Apis::Core::JsonObjectSupport
|
|
3377
3437
|
end
|
|
3378
3438
|
|
|
3439
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfo
|
|
3440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3441
|
+
|
|
3442
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3443
|
+
end
|
|
3444
|
+
|
|
3445
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior
|
|
3446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3447
|
+
|
|
3448
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3449
|
+
end
|
|
3450
|
+
|
|
3379
3451
|
class GoogleCloudDialogflowV2beta1SearchKnowledgeRequest
|
|
3380
3452
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3381
3453
|
|
|
@@ -3448,6 +3520,18 @@ module Google
|
|
|
3448
3520
|
include Google::Apis::Core::JsonObjectSupport
|
|
3449
3521
|
end
|
|
3450
3522
|
|
|
3523
|
+
class GoogleCloudDialogflowV2beta1ServiceLatency
|
|
3524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3525
|
+
|
|
3526
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3527
|
+
end
|
|
3528
|
+
|
|
3529
|
+
class GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency
|
|
3530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3531
|
+
|
|
3532
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3533
|
+
end
|
|
3534
|
+
|
|
3451
3535
|
class GoogleCloudDialogflowV2beta1SessionEntityType
|
|
3452
3536
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3453
3537
|
|
|
@@ -3538,6 +3622,12 @@ module Google
|
|
|
3538
3622
|
include Google::Apis::Core::JsonObjectSupport
|
|
3539
3623
|
end
|
|
3540
3624
|
|
|
3625
|
+
class GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummarySummarySection
|
|
3626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3627
|
+
|
|
3628
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3629
|
+
end
|
|
3630
|
+
|
|
3541
3631
|
class GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse
|
|
3542
3632
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3543
3633
|
|
|
@@ -6101,6 +6191,7 @@ module Google
|
|
|
6101
6191
|
property :duplicate_check_result, as: 'duplicateCheckResult', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult::Representation
|
|
6102
6192
|
|
|
6103
6193
|
property :system_action, as: 'systemAction'
|
|
6194
|
+
property :triggering_event, as: 'triggeringEvent'
|
|
6104
6195
|
end
|
|
6105
6196
|
end
|
|
6106
6197
|
|
|
@@ -6487,6 +6578,24 @@ module Google
|
|
|
6487
6578
|
end
|
|
6488
6579
|
end
|
|
6489
6580
|
|
|
6581
|
+
class GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo
|
|
6582
|
+
# @private
|
|
6583
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6584
|
+
property :context_reference_retrieved, as: 'contextReferenceRetrieved'
|
|
6585
|
+
collection :ingested_parameters_debug_info, as: 'ingestedParametersDebugInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo::Representation
|
|
6586
|
+
|
|
6587
|
+
property :project_not_allowlisted, as: 'projectNotAllowlisted'
|
|
6588
|
+
end
|
|
6589
|
+
end
|
|
6590
|
+
|
|
6591
|
+
class GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo
|
|
6592
|
+
# @private
|
|
6593
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6594
|
+
property :ingestion_status, as: 'ingestionStatus'
|
|
6595
|
+
property :parameter, as: 'parameter'
|
|
6596
|
+
end
|
|
6597
|
+
end
|
|
6598
|
+
|
|
6490
6599
|
class GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
|
|
6491
6600
|
# @private
|
|
6492
6601
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -6875,6 +6984,8 @@ module Google
|
|
|
6875
6984
|
# @private
|
|
6876
6985
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6877
6986
|
property :answer_record, as: 'answerRecord'
|
|
6987
|
+
property :knowledge_assist_debug_info, as: 'knowledgeAssistDebugInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2KnowledgeAssistDebugInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2KnowledgeAssistDebugInfo::Representation
|
|
6988
|
+
|
|
6878
6989
|
property :suggested_query, as: 'suggestedQuery', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery::Representation
|
|
6879
6990
|
|
|
6880
6991
|
property :suggested_query_answer, as: 'suggestedQueryAnswer', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer::Representation
|
|
@@ -6925,6 +7036,44 @@ module Google
|
|
|
6925
7036
|
end
|
|
6926
7037
|
end
|
|
6927
7038
|
|
|
7039
|
+
class GoogleCloudDialogflowV2KnowledgeAssistDebugInfo
|
|
7040
|
+
# @private
|
|
7041
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7042
|
+
property :datastore_response_reason, as: 'datastoreResponseReason'
|
|
7043
|
+
property :ingested_context_reference_debug_info, as: 'ingestedContextReferenceDebugInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo::Representation
|
|
7044
|
+
|
|
7045
|
+
property :knowledge_assist_behavior, as: 'knowledgeAssistBehavior', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior::Representation
|
|
7046
|
+
|
|
7047
|
+
property :query_categorization_failure_reason, as: 'queryCategorizationFailureReason'
|
|
7048
|
+
property :query_generation_failure_reason, as: 'queryGenerationFailureReason'
|
|
7049
|
+
property :service_latency, as: 'serviceLatency', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2ServiceLatency, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2ServiceLatency::Representation
|
|
7050
|
+
|
|
7051
|
+
end
|
|
7052
|
+
end
|
|
7053
|
+
|
|
7054
|
+
class GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior
|
|
7055
|
+
# @private
|
|
7056
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7057
|
+
property :answer_generation_rewriter_on, as: 'answerGenerationRewriterOn'
|
|
7058
|
+
property :appended_search_context_count, as: 'appendedSearchContextCount'
|
|
7059
|
+
property :conversation_transcript_has_mixed_languages, as: 'conversationTranscriptHasMixedLanguages'
|
|
7060
|
+
property :disable_sync_delivery, as: 'disableSyncDelivery'
|
|
7061
|
+
property :end_user_metadata_included, as: 'endUserMetadataIncluded'
|
|
7062
|
+
property :invalid_items_query_suggestion_skipped, as: 'invalidItemsQuerySuggestionSkipped'
|
|
7063
|
+
property :multiple_queries_generated, as: 'multipleQueriesGenerated'
|
|
7064
|
+
property :previous_queries_included, as: 'previousQueriesIncluded'
|
|
7065
|
+
property :primary_query_redacted_and_replaced, as: 'primaryQueryRedactedAndReplaced'
|
|
7066
|
+
property :query_contained_search_context, as: 'queryContainedSearchContext'
|
|
7067
|
+
property :query_generation_agent_language_mismatch, as: 'queryGenerationAgentLanguageMismatch'
|
|
7068
|
+
property :query_generation_end_user_language_mismatch, as: 'queryGenerationEndUserLanguageMismatch'
|
|
7069
|
+
property :return_query_only, as: 'returnQueryOnly'
|
|
7070
|
+
property :third_party_connector_allowed, as: 'thirdPartyConnectorAllowed'
|
|
7071
|
+
property :use_custom_safety_filter_level, as: 'useCustomSafetyFilterLevel'
|
|
7072
|
+
property :use_pubsub_delivery, as: 'usePubsubDelivery'
|
|
7073
|
+
property :use_translated_message, as: 'useTranslatedMessage'
|
|
7074
|
+
end
|
|
7075
|
+
end
|
|
7076
|
+
|
|
6928
7077
|
class GoogleCloudDialogflowV2KnowledgeOperationMetadata
|
|
6929
7078
|
# @private
|
|
6930
7079
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -7013,6 +7162,24 @@ module Google
|
|
|
7013
7162
|
end
|
|
7014
7163
|
end
|
|
7015
7164
|
|
|
7165
|
+
class GoogleCloudDialogflowV2ServiceLatency
|
|
7166
|
+
# @private
|
|
7167
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7168
|
+
collection :internal_service_latencies, as: 'internalServiceLatencies', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency::Representation
|
|
7169
|
+
|
|
7170
|
+
end
|
|
7171
|
+
end
|
|
7172
|
+
|
|
7173
|
+
class GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency
|
|
7174
|
+
# @private
|
|
7175
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7176
|
+
property :complete_time, as: 'completeTime'
|
|
7177
|
+
property :latency_ms, as: 'latencyMs'
|
|
7178
|
+
property :start_time, as: 'startTime'
|
|
7179
|
+
property :step, as: 'step'
|
|
7180
|
+
end
|
|
7181
|
+
end
|
|
7182
|
+
|
|
7016
7183
|
class GoogleCloudDialogflowV2SessionEntityType
|
|
7017
7184
|
# @private
|
|
7018
7185
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -7314,6 +7481,7 @@ module Google
|
|
|
7314
7481
|
property :duplicate_check_result, as: 'duplicateCheckResult', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult::Representation
|
|
7315
7482
|
|
|
7316
7483
|
property :system_action, as: 'systemAction'
|
|
7484
|
+
property :triggering_event, as: 'triggeringEvent'
|
|
7317
7485
|
end
|
|
7318
7486
|
end
|
|
7319
7487
|
|
|
@@ -8368,6 +8536,7 @@ module Google
|
|
|
8368
8536
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8369
8537
|
property :enable_entity_extraction, as: 'enableEntityExtraction'
|
|
8370
8538
|
property :enable_sentiment_analysis, as: 'enableSentimentAnalysis'
|
|
8539
|
+
property :enable_sentiment_analysis_v3, as: 'enableSentimentAnalysisV3'
|
|
8371
8540
|
end
|
|
8372
8541
|
end
|
|
8373
8542
|
|
|
@@ -8581,6 +8750,24 @@ module Google
|
|
|
8581
8750
|
end
|
|
8582
8751
|
end
|
|
8583
8752
|
|
|
8753
|
+
class GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo
|
|
8754
|
+
# @private
|
|
8755
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8756
|
+
property :context_reference_retrieved, as: 'contextReferenceRetrieved'
|
|
8757
|
+
collection :ingested_parameters_debug_info, as: 'ingestedParametersDebugInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo::Representation
|
|
8758
|
+
|
|
8759
|
+
property :project_not_allowlisted, as: 'projectNotAllowlisted'
|
|
8760
|
+
end
|
|
8761
|
+
end
|
|
8762
|
+
|
|
8763
|
+
class GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo
|
|
8764
|
+
# @private
|
|
8765
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8766
|
+
property :ingestion_status, as: 'ingestionStatus'
|
|
8767
|
+
property :parameter, as: 'parameter'
|
|
8768
|
+
end
|
|
8769
|
+
end
|
|
8770
|
+
|
|
8584
8771
|
class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
|
|
8585
8772
|
# @private
|
|
8586
8773
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9165,6 +9352,8 @@ module Google
|
|
|
9165
9352
|
# @private
|
|
9166
9353
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9167
9354
|
property :answer_record, as: 'answerRecord'
|
|
9355
|
+
property :knowledge_assist_debug_info, as: 'knowledgeAssistDebugInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo::Representation
|
|
9356
|
+
|
|
9168
9357
|
property :suggested_query, as: 'suggestedQuery', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery::Representation
|
|
9169
9358
|
|
|
9170
9359
|
property :suggested_query_answer, as: 'suggestedQueryAnswer', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer::Representation
|
|
@@ -9215,6 +9404,44 @@ module Google
|
|
|
9215
9404
|
end
|
|
9216
9405
|
end
|
|
9217
9406
|
|
|
9407
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo
|
|
9408
|
+
# @private
|
|
9409
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9410
|
+
property :datastore_response_reason, as: 'datastoreResponseReason'
|
|
9411
|
+
property :ingested_context_reference_debug_info, as: 'ingestedContextReferenceDebugInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo::Representation
|
|
9412
|
+
|
|
9413
|
+
property :knowledge_assist_behavior, as: 'knowledgeAssistBehavior', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior::Representation
|
|
9414
|
+
|
|
9415
|
+
property :query_categorization_failure_reason, as: 'queryCategorizationFailureReason'
|
|
9416
|
+
property :query_generation_failure_reason, as: 'queryGenerationFailureReason'
|
|
9417
|
+
property :service_latency, as: 'serviceLatency', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ServiceLatency, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ServiceLatency::Representation
|
|
9418
|
+
|
|
9419
|
+
end
|
|
9420
|
+
end
|
|
9421
|
+
|
|
9422
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior
|
|
9423
|
+
# @private
|
|
9424
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9425
|
+
property :answer_generation_rewriter_on, as: 'answerGenerationRewriterOn'
|
|
9426
|
+
property :appended_search_context_count, as: 'appendedSearchContextCount'
|
|
9427
|
+
property :conversation_transcript_has_mixed_languages, as: 'conversationTranscriptHasMixedLanguages'
|
|
9428
|
+
property :disable_sync_delivery, as: 'disableSyncDelivery'
|
|
9429
|
+
property :end_user_metadata_included, as: 'endUserMetadataIncluded'
|
|
9430
|
+
property :invalid_items_query_suggestion_skipped, as: 'invalidItemsQuerySuggestionSkipped'
|
|
9431
|
+
property :multiple_queries_generated, as: 'multipleQueriesGenerated'
|
|
9432
|
+
property :previous_queries_included, as: 'previousQueriesIncluded'
|
|
9433
|
+
property :primary_query_redacted_and_replaced, as: 'primaryQueryRedactedAndReplaced'
|
|
9434
|
+
property :query_contained_search_context, as: 'queryContainedSearchContext'
|
|
9435
|
+
property :query_generation_agent_language_mismatch, as: 'queryGenerationAgentLanguageMismatch'
|
|
9436
|
+
property :query_generation_end_user_language_mismatch, as: 'queryGenerationEndUserLanguageMismatch'
|
|
9437
|
+
property :return_query_only, as: 'returnQueryOnly'
|
|
9438
|
+
property :third_party_connector_allowed, as: 'thirdPartyConnectorAllowed'
|
|
9439
|
+
property :use_custom_safety_filter_level, as: 'useCustomSafetyFilterLevel'
|
|
9440
|
+
property :use_pubsub_delivery, as: 'usePubsubDelivery'
|
|
9441
|
+
property :use_translated_message, as: 'useTranslatedMessage'
|
|
9442
|
+
end
|
|
9443
|
+
end
|
|
9444
|
+
|
|
9218
9445
|
class GoogleCloudDialogflowV2beta1KnowledgeBase
|
|
9219
9446
|
# @private
|
|
9220
9447
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9697,6 +9924,28 @@ module Google
|
|
|
9697
9924
|
end
|
|
9698
9925
|
end
|
|
9699
9926
|
|
|
9927
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfo
|
|
9928
|
+
# @private
|
|
9929
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9930
|
+
property :datastore_response_reason, as: 'datastoreResponseReason'
|
|
9931
|
+
property :ingested_context_reference_debug_info, as: 'ingestedContextReferenceDebugInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo::Representation
|
|
9932
|
+
|
|
9933
|
+
property :search_knowledge_behavior, as: 'searchKnowledgeBehavior', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior::Representation
|
|
9934
|
+
|
|
9935
|
+
property :service_latency, as: 'serviceLatency', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ServiceLatency, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ServiceLatency::Representation
|
|
9936
|
+
|
|
9937
|
+
end
|
|
9938
|
+
end
|
|
9939
|
+
|
|
9940
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior
|
|
9941
|
+
# @private
|
|
9942
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9943
|
+
property :answer_generation_rewriter_on, as: 'answerGenerationRewriterOn'
|
|
9944
|
+
property :end_user_metadata_included, as: 'endUserMetadataIncluded'
|
|
9945
|
+
property :third_party_connector_allowed, as: 'thirdPartyConnectorAllowed'
|
|
9946
|
+
end
|
|
9947
|
+
end
|
|
9948
|
+
|
|
9700
9949
|
class GoogleCloudDialogflowV2beta1SearchKnowledgeRequest
|
|
9701
9950
|
# @private
|
|
9702
9951
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9785,6 +10034,8 @@ module Google
|
|
|
9785
10034
|
collection :answers, as: 'answers', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeAnswer, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeAnswer::Representation
|
|
9786
10035
|
|
|
9787
10036
|
property :rewritten_query, as: 'rewrittenQuery'
|
|
10037
|
+
property :search_knowledge_debug_info, as: 'searchKnowledgeDebugInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfo::Representation
|
|
10038
|
+
|
|
9788
10039
|
end
|
|
9789
10040
|
end
|
|
9790
10041
|
|
|
@@ -9811,6 +10062,24 @@ module Google
|
|
|
9811
10062
|
end
|
|
9812
10063
|
end
|
|
9813
10064
|
|
|
10065
|
+
class GoogleCloudDialogflowV2beta1ServiceLatency
|
|
10066
|
+
# @private
|
|
10067
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10068
|
+
collection :internal_service_latencies, as: 'internalServiceLatencies', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency::Representation
|
|
10069
|
+
|
|
10070
|
+
end
|
|
10071
|
+
end
|
|
10072
|
+
|
|
10073
|
+
class GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency
|
|
10074
|
+
# @private
|
|
10075
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10076
|
+
property :complete_time, as: 'completeTime'
|
|
10077
|
+
property :latency_ms, as: 'latencyMs'
|
|
10078
|
+
property :start_time, as: 'startTime'
|
|
10079
|
+
property :step, as: 'step'
|
|
10080
|
+
end
|
|
10081
|
+
end
|
|
10082
|
+
|
|
9814
10083
|
class GoogleCloudDialogflowV2beta1SessionEntityType
|
|
9815
10084
|
# @private
|
|
9816
10085
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9962,11 +10231,21 @@ module Google
|
|
|
9962
10231
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9963
10232
|
property :answer_record, as: 'answerRecord'
|
|
9964
10233
|
property :baseline_model_version, as: 'baselineModelVersion'
|
|
10234
|
+
collection :sorted_text_sections, as: 'sortedTextSections', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummarySummarySection, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummarySummarySection::Representation
|
|
10235
|
+
|
|
9965
10236
|
property :text, as: 'text'
|
|
9966
10237
|
hash :text_sections, as: 'textSections'
|
|
9967
10238
|
end
|
|
9968
10239
|
end
|
|
9969
10240
|
|
|
10241
|
+
class GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummarySummarySection
|
|
10242
|
+
# @private
|
|
10243
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10244
|
+
property :section, as: 'section'
|
|
10245
|
+
property :summary, as: 'summary'
|
|
10246
|
+
end
|
|
10247
|
+
end
|
|
10248
|
+
|
|
9970
10249
|
class GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse
|
|
9971
10250
|
# @private
|
|
9972
10251
|
class Representation < Google::Apis::Core::JsonRepresentation
|