Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class LifecycleState.
Enumeration of the completion status of the conversation.
Protobuf type google.cloud.dialogflow.v2.Conversation.LifecycleState
Namespace
Google \ Cloud \ Dialogflow \ V2 \ ConversationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
LIFECYCLE_STATE_UNSPECIFIED
Value: 0
Unknown.
Generated from protobuf enum LIFECYCLE_STATE_UNSPECIFIED = 0;
IN_PROGRESS
Value: 1
Conversation is currently open for media analysis.
Generated from protobuf enum IN_PROGRESS = 1;
COMPLETED
Value: 2
Conversation has been completed.
Generated from protobuf enum COMPLETED = 2;