HumanAgentAssistantConfig_SuggestionQueryConfig$json top-level constant

  1. @Deprecated('Use humanAgentAssistantConfigDescriptor instead')
Map<String, Object> const HumanAgentAssistantConfig_SuggestionQueryConfig$json

Implementation

@$core.Deprecated('Use humanAgentAssistantConfigDescriptor instead')
const HumanAgentAssistantConfig_SuggestionQueryConfig$json = const {
  '1': 'SuggestionQueryConfig',
  '2': const [
    const {
      '1': 'knowledge_base_query_source',
      '3': 1,
      '4': 1,
      '5': 11,
      '6':
          '.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource',
      '9': 0,
      '10': 'knowledgeBaseQuerySource'
    },
    const {
      '1': 'document_query_source',
      '3': 2,
      '4': 1,
      '5': 11,
      '6':
          '.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig.DocumentQuerySource',
      '9': 0,
      '10': 'documentQuerySource'
    },
    const {
      '1': 'dialogflow_query_source',
      '3': 3,
      '4': 1,
      '5': 11,
      '6':
          '.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource',
      '9': 0,
      '10': 'dialogflowQuerySource'
    },
    const {'1': 'max_results', '3': 4, '4': 1, '5': 5, '10': 'maxResults'},
    const {
      '1': 'confidence_threshold',
      '3': 5,
      '4': 1,
      '5': 2,
      '10': 'confidenceThreshold'
    },
    const {
      '1': 'context_filter_settings',
      '3': 7,
      '4': 1,
      '5': 11,
      '6':
          '.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig.ContextFilterSettings',
      '10': 'contextFilterSettings'
    },
  ],
  '3': const [
    HumanAgentAssistantConfig_SuggestionQueryConfig_KnowledgeBaseQuerySource$json,
    HumanAgentAssistantConfig_SuggestionQueryConfig_DocumentQuerySource$json,
    HumanAgentAssistantConfig_SuggestionQueryConfig_DialogflowQuerySource$json,
    HumanAgentAssistantConfig_SuggestionQueryConfig_ContextFilterSettings$json
  ],
  '8': const [
    const {'1': 'query_source'},
  ],
};