Google Cloud Dialogflow Cx V3 Client - Class ResponseType (0.1.1)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ResponseType.

Represents different DetectIntentResponse types.

Protobuf type google.cloud.dialogflow.cx.v3.DetectIntentResponse.ResponseType

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3 \ DetectIntentResponse

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

RESPONSE_TYPE_UNSPECIFIED

Value: 0

Not specified. This should never happen.

Generated from protobuf enum RESPONSE_TYPE_UNSPECIFIED = 0;

PARTIAL

Value: 1

Partial response. e.g. Aggregated responses in a Fulfillment that enables return_partial_response can be returned as partial response.

WARNING: partial response is not eligible for barge-in.

Generated from protobuf enum PARTIAL = 1;

PBFINAL

Value: 2

Final response.

Generated from protobuf enum FINAL = 2;