FulfillIntentRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use fulfillIntentRequestDescriptor instead')
const FulfillIntentRequest$json = const {
  '1': 'FulfillIntentRequest',
  '2': const [
    const {
      '1': 'match_intent_request',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3beta1.MatchIntentRequest',
      '10': 'matchIntentRequest'
    },
    const {
      '1': 'match',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3beta1.Match',
      '10': 'match'
    },
    const {
      '1': 'output_audio_config',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3beta1.OutputAudioConfig',
      '10': 'outputAudioConfig'
    },
  ],
};