ConversationEvent$json top-level constant

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

Implementation

@$core.Deprecated('Use conversationEventDescriptor instead')
const ConversationEvent$json = const {
  '1': 'ConversationEvent',
  '2': const [
    const {'1': 'conversation', '3': 1, '4': 1, '5': 9, '10': 'conversation'},
    const {
      '1': 'type',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.google.cloud.dialogflow.v2.ConversationEvent.Type',
      '10': 'type'
    },
    const {
      '1': 'error_status',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.rpc.Status',
      '10': 'errorStatus'
    },
    const {
      '1': 'new_message_payload',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2.Message',
      '9': 0,
      '10': 'newMessagePayload'
    },
  ],
  '4': const [ConversationEvent_Type$json],
  '8': const [
    const {'1': 'payload'},
  ],
};