lifecycleState property

String? lifecycleState
getter/setter pair

The current state of the Conversation.

Output only. Possible string values are:

  • "LIFECYCLE_STATE_UNSPECIFIED" : Unknown.
  • "IN_PROGRESS" : Conversation is currently open for media analysis.
  • "COMPLETED" : Conversation has been completed.

Implementation

core.String? lifecycleState;