GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior constructor

GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior({
  1. bool? answerGenerationRewriterOn,
  2. int? appendedSearchContextCount,
  3. bool? conversationTranscriptHasMixedLanguages,
  4. bool? disableSyncDelivery,
  5. bool? endUserMetadataIncluded,
  6. bool? invalidItemsQuerySuggestionSkipped,
  7. bool? multipleQueriesGenerated,
  8. bool? previousQueriesIncluded,
  9. bool? primaryQueryRedactedAndReplaced,
  10. bool? queryContainedSearchContext,
  11. bool? queryGenerationAgentLanguageMismatch,
  12. bool? queryGenerationEndUserLanguageMismatch,
  13. bool? returnQueryOnly,
  14. bool? thirdPartyConnectorAllowed,
  15. bool? useCustomSafetyFilterLevel,
  16. bool? usePubsubDelivery,
  17. 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,
});