FulfillIntentResponse$json top-level constant
Implementation
@$core.Deprecated('Use fulfillIntentResponseDescriptor instead')
const FulfillIntentResponse$json = const {
'1': 'FulfillIntentResponse',
'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.cx.v3.QueryResult',
'10': 'queryResult'
},
const {'1': 'output_audio', '3': 3, '4': 1, '5': 12, '10': 'outputAudio'},
const {
'1': 'output_audio_config',
'3': 4,
'4': 1,
'5': 11,
'6': '.google.cloud.dialogflow.cx.v3.OutputAudioConfig',
'10': 'outputAudioConfig'
},
],
};