values constant

Implementation

static const $core.List<ConversationEvent_Type> values =
    <ConversationEvent_Type>[
  TYPE_UNSPECIFIED,
  CONVERSATION_STARTED,
  CONVERSATION_FINISHED,
  NEW_MESSAGE,
  UNRECOVERABLE_ERROR,
];