Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ResponseType.
Represents different response types.
Protobuf type google.cloud.dialogflow.cx.v3.ResponseMessage.ResponseType
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ ResponseMessageMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
RESPONSE_TYPE_UNSPECIFIED
Value: 0
Not specified.
Generated from protobuf enum RESPONSE_TYPE_UNSPECIFIED = 0;
ENTRY_PROMPT
Value: 1
The response is from an entry prompt in the page.
Generated from protobuf enum ENTRY_PROMPT = 1;
PARAMETER_PROMPT
Value: 2
The response is from form-filling prompt in the page.
Generated from protobuf enum PARAMETER_PROMPT = 2;
HANDLER_PROMPT
Value: 3
The response is from a transition route or an event handler in the page or flow or transition route group.
Generated from protobuf enum HANDLER_PROMPT = 3;