Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class State.
Enumeration of the state of the session.
Protobuf type google.cloud.discoveryengine.v1.Session.State
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ SessionMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0State is unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
IN_PROGRESS
Value: 1The session is currently open.
Generated from protobuf enum IN_PROGRESS = 1;