GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior constructor
GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior({
- bool? answerGenerationRewriterOn,
- int? appendedSearchContextCount,
- bool? conversationTranscriptHasMixedLanguages,
- bool? disableSyncDelivery,
- bool? endUserMetadataIncluded,
- bool? invalidItemsQuerySuggestionSkipped,
- bool? multipleQueriesGenerated,
- bool? previousQueriesIncluded,
- bool? primaryQueryRedactedAndReplaced,
- bool? queryContainedSearchContext,
- bool? queryGenerationAgentLanguageMismatch,
- bool? queryGenerationEndUserLanguageMismatch,
- bool? returnQueryOnly,
- bool? thirdPartyConnectorAllowed,
- bool? useCustomSafetyFilterLevel,
- bool? usePubsubDelivery,
- bool? useTranslatedMessage,
Implementation
GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior({
this.answerGenerationRewriterOn,
this.appendedSearchContextCount,
this.conversationTranscriptHasMixedLanguages,
this.disableSyncDelivery,
this.endUserMetadataIncluded,
this.invalidItemsQuerySuggestionSkipped,
this.multipleQueriesGenerated,
this.previousQueriesIncluded,
this.primaryQueryRedactedAndReplaced,
this.queryContainedSearchContext,
this.queryGenerationAgentLanguageMismatch,
this.queryGenerationEndUserLanguageMismatch,
this.returnQueryOnly,
this.thirdPartyConnectorAllowed,
this.useCustomSafetyFilterLevel,
this.usePubsubDelivery,
this.useTranslatedMessage,
});