Participant$json top-level constant

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

Implementation

@$core.Deprecated('Use participantDescriptor instead')
const Participant$json = const {
  '1': 'Participant',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'name'},
    const {
      '1': 'role',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.google.cloud.dialogflow.v2beta1.Participant.Role',
      '8': const {},
      '10': 'role'
    },
    const {
      '1': 'obfuscated_external_user_id',
      '3': 7,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'obfuscatedExternalUserId'
    },
  ],
  '4': const [Participant_Role$json],
  '7': const {},
};