ResponseMessage_OutputAudioText$json top-level constant

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

Implementation

@$core.Deprecated('Use responseMessageDescriptor instead')
const ResponseMessage_OutputAudioText$json = const {
  '1': 'OutputAudioText',
  '2': const [
    const {'1': 'text', '3': 1, '4': 1, '5': 9, '9': 0, '10': 'text'},
    const {'1': 'ssml', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'ssml'},
    const {
      '1': 'allow_playback_interruption',
      '3': 3,
      '4': 1,
      '5': 8,
      '8': const {},
      '10': 'allowPlaybackInterruption'
    },
  ],
  '8': const [
    const {'1': 'source'},
  ],
};