ConversationEvent_Type$json top-level constant

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

Implementation

@$core.Deprecated('Use conversationEventDescriptor instead')
const ConversationEvent_Type$json = const {
  '1': 'Type',
  '2': const [
    const {'1': 'TYPE_UNSPECIFIED', '2': 0},
    const {'1': 'CONVERSATION_STARTED', '2': 1},
    const {'1': 'CONVERSATION_FINISHED', '2': 2},
    const {'1': 'HUMAN_INTERVENTION_NEEDED', '2': 3},
    const {'1': 'NEW_MESSAGE', '2': 5},
    const {'1': 'UNRECOVERABLE_ERROR', '2': 4},
  ],
};