Google Cloud Retail V2 Client - Class State (2.4.0)

Reference documentation and code samples for the Google Cloud Retail V2 Client class State.

The state of the response generation.

Protobuf type google.cloud.retail.v2.ConversationalSearchResponse.State

Namespace

Google \ Cloud \ Retail \ V2 \ ConversationalSearchResponse

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unknown.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

STREAMING

Value: 1

Response generation is being streamed.

Generated from protobuf enum STREAMING = 1;

SUCCEEDED

Value: 2

Response generation has succeeded.

Generated from protobuf enum SUCCEEDED = 2;