VoiceSelectionParams$json top-level constant

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

Implementation

@$core.Deprecated('Use voiceSelectionParamsDescriptor instead')
const VoiceSelectionParams$json = const {
  '1': 'VoiceSelectionParams',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    const {
      '1': 'ssml_gender',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.google.cloud.dialogflow.v2.SsmlVoiceGender',
      '10': 'ssmlGender'
    },
  ],
};