Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class MessageType.
Type of the response message.
Protobuf type google.cloud.dialogflow.cx.v3.StreamingRecognitionResult.MessageType
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ StreamingRecognitionResultMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
MESSAGE_TYPE_UNSPECIFIED
Value: 0
Not specified. Should never be used.
Generated from protobuf enum MESSAGE_TYPE_UNSPECIFIED = 0;
TRANSCRIPT
Value: 1
Message contains a (possibly partial) transcript.
Generated from protobuf enum TRANSCRIPT = 1;
END_OF_SINGLE_UTTERANCE
Value: 2
This event indicates that the server has detected the end of the user's
speech utterance and expects no additional speech. Therefore, the server
will not process additional audio (although it may subsequently return
additional results). The client should stop sending additional audio
data, half-close the gRPC connection, and wait for any additional results
until the server closes the gRPC connection. This message is only sent if
single_utterance
was set to true
, and is not used otherwise.
Generated from protobuf enum END_OF_SINGLE_UTTERANCE = 2;