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 \ DetectIntentResponseMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;