StreamingAnalyzeContentResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use streamingAnalyzeContentResponseDescriptor instead')
const StreamingAnalyzeContentResponse$json = const {
  '1': 'StreamingAnalyzeContentResponse',
  '2': const [
    const {
      '1': 'recognition_result',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.StreamingRecognitionResult',
      '10': 'recognitionResult'
    },
    const {'1': 'reply_text', '3': 2, '4': 1, '5': 9, '10': 'replyText'},
    const {
      '1': 'reply_audio',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.OutputAudio',
      '10': 'replyAudio'
    },
    const {
      '1': 'automated_agent_reply',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.AutomatedAgentReply',
      '10': 'automatedAgentReply'
    },
    const {
      '1': 'message',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.Message',
      '10': 'message'
    },
    const {
      '1': 'human_agent_suggestion_results',
      '3': 7,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.SuggestionResult',
      '10': 'humanAgentSuggestionResults'
    },
    const {
      '1': 'end_user_suggestion_results',
      '3': 8,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.SuggestionResult',
      '10': 'endUserSuggestionResults'
    },
    const {
      '1': 'dtmf_parameters',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.DtmfParameters',
      '10': 'dtmfParameters'
    },
  ],
};