Message$json top-level constant

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

Implementation

@$core.Deprecated('Use messageDescriptor instead')
const Message$json = const {
  '1': 'Message',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'name'},
    const {
      '1': 'content',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'content'
    },
    const {
      '1': 'language_code',
      '3': 3,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'languageCode'
    },
    const {
      '1': 'participant',
      '3': 4,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'participant'
    },
    const {
      '1': 'participant_role',
      '3': 5,
      '4': 1,
      '5': 14,
      '6': '.google.cloud.dialogflow.v2beta1.Participant.Role',
      '8': const {},
      '10': 'participantRole'
    },
    const {
      '1': 'create_time',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': const {},
      '10': 'createTime'
    },
    const {
      '1': 'send_time',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': const {},
      '10': 'sendTime'
    },
    const {
      '1': 'message_annotation',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.MessageAnnotation',
      '8': const {},
      '10': 'messageAnnotation'
    },
    const {
      '1': 'sentiment_analysis',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.SentimentAnalysisResult',
      '8': const {},
      '10': 'sentimentAnalysis'
    },
  ],
  '7': const {},
};