Google Cloud Discovery Engine V1beta Client - Class State (0.8.0)

Reference documentation and code samples for the Google Cloud Discovery Engine V1beta Client class State.

Enumeration of the state of the conversation.

Protobuf type google.cloud.discoveryengine.v1beta.Conversation.State

Namespace

Google \ Cloud \ DiscoveryEngine \ V1beta \ Conversation

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unknown.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

IN_PROGRESS

Value: 1

Conversation is currently open.

Generated from protobuf enum IN_PROGRESS = 1;

COMPLETED

Value: 2

Conversation has been completed.

Generated from protobuf enum COMPLETED = 2;