Intent$json top-level constant

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

Implementation

@$core.Deprecated('Use intentDescriptor instead')
const Intent$json = const {
  '1': 'Intent',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    const {
      '1': 'display_name',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'displayName'
    },
    const {
      '1': 'training_phrases',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3beta1.Intent.TrainingPhrase',
      '10': 'trainingPhrases'
    },
    const {
      '1': 'parameters',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3beta1.Intent.Parameter',
      '10': 'parameters'
    },
    const {'1': 'priority', '3': 5, '4': 1, '5': 5, '10': 'priority'},
    const {'1': 'is_fallback', '3': 6, '4': 1, '5': 8, '10': 'isFallback'},
    const {
      '1': 'labels',
      '3': 7,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3beta1.Intent.LabelsEntry',
      '8': const {},
      '10': 'labels'
    },
    const {
      '1': 'description',
      '3': 8,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'description'
    },
  ],
  '3': const [
    Intent_TrainingPhrase$json,
    Intent_Parameter$json,
    Intent_LabelsEntry$json
  ],
  '7': const {},
};