GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior.fromJson constructor

GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior.fromJson(
  core.Map json_,
) : this(
      answerGenerationRewriterOn:
          json_['answerGenerationRewriterOn'] as core.bool?,
      appendedSearchContextCount:
          json_['appendedSearchContextCount'] as core.int?,
      conversationTranscriptHasMixedLanguages:
          json_['conversationTranscriptHasMixedLanguages'] as core.bool?,
      disableSyncDelivery: json_['disableSyncDelivery'] as core.bool?,
      endUserMetadataIncluded: json_['endUserMetadataIncluded'] as core.bool?,
      invalidItemsQuerySuggestionSkipped:
          json_['invalidItemsQuerySuggestionSkipped'] as core.bool?,
      multipleQueriesGenerated:
          json_['multipleQueriesGenerated'] as core.bool?,
      previousQueriesIncluded: json_['previousQueriesIncluded'] as core.bool?,
      primaryQueryRedactedAndReplaced:
          json_['primaryQueryRedactedAndReplaced'] as core.bool?,
      queryContainedSearchContext:
          json_['queryContainedSearchContext'] as core.bool?,
      queryGenerationAgentLanguageMismatch:
          json_['queryGenerationAgentLanguageMismatch'] as core.bool?,
      queryGenerationEndUserLanguageMismatch:
          json_['queryGenerationEndUserLanguageMismatch'] as core.bool?,
      returnQueryOnly: json_['returnQueryOnly'] as core.bool?,
      thirdPartyConnectorAllowed:
          json_['thirdPartyConnectorAllowed'] as core.bool?,
      useCustomSafetyFilterLevel:
          json_['useCustomSafetyFilterLevel'] as core.bool?,
      usePubsubDelivery: json_['usePubsubDelivery'] as core.bool?,
      useTranslatedMessage: json_['useTranslatedMessage'] as core.bool?,
    );