Module: Google::Cloud::Dialogflow::V2::Conversation::LifecycleState

Defined in:
proto_docs/google/cloud/dialogflow/v2/conversation.rb

Overview

Enumeration of the completion status of the conversation.

Constant Summary collapse

LIFECYCLE_STATE_UNSPECIFIED =

Unknown.

0
IN_PROGRESS =

Conversation is currently open for media analysis.

1
COMPLETED =

Conversation has been completed.

2