Conversation_LifecycleState$json top-level constant
- @Deprecated('Use conversationDescriptor instead')
Implementation
@$core.Deprecated('Use conversationDescriptor instead')
const Conversation_LifecycleState$json = const {
'1': 'LifecycleState',
'2': const [
const {'1': 'LIFECYCLE_STATE_UNSPECIFIED', '2': 0},
const {'1': 'IN_PROGRESS', '2': 1},
const {'1': 'COMPLETED', '2': 2},
],
};