DetectIntentResponse$json top-level constant
Implementation
@$core.Deprecated('Use detectIntentResponseDescriptor instead')
const DetectIntentResponse$json = const {
'1': 'DetectIntentResponse',
'2': const [
const {'1': 'response_id', '3': 1, '4': 1, '5': 9, '10': 'responseId'},
const {
'1': 'query_result',
'3': 2,
'4': 1,
'5': 11,
'6': '.google.cloud.dialogflow.v2beta1.QueryResult',
'10': 'queryResult'
},
const {
'1': 'alternative_query_results',
'3': 5,
'4': 3,
'5': 11,
'6': '.google.cloud.dialogflow.v2beta1.QueryResult',
'10': 'alternativeQueryResults'
},
const {
'1': 'webhook_status',
'3': 3,
'4': 1,
'5': 11,
'6': '.google.rpc.Status',
'10': 'webhookStatus'
},
const {'1': 'output_audio', '3': 4, '4': 1, '5': 12, '10': 'outputAudio'},
const {
'1': 'output_audio_config',
'3': 6,
'4': 1,
'5': 11,
'6': '.google.cloud.dialogflow.v2beta1.OutputAudioConfig',
'10': 'outputAudioConfig'
},
],
};