Google Cloud Dialogflow V2 Client - Class LifecycleState (1.4.0)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;