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][google.cloud.dialogflow.cx.v3.InputAudioConfig.single_utterance]
was set to true, and is not used otherwise.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides a comprehensive list of versions for the `StreamingRecognitionResult.Types.MessageType` enum within the Google Cloud Dialogflow CX V3 API, with version 2.23.0 being the latest release."],["The enum `StreamingRecognitionResult.Types.MessageType` represents the type of response message from the API."],["The documentation details three specific message types: `EndOfSingleUtterance`, which signals the end of a user's speech; `Transcript`, which contains a speech transcript; and `Unspecified`, which should not be used."],["The documentation provided pertains to the Google Cloud Dialogflow CX V3 API, specifically within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["Each listed version links to its corresponding documentation for `StreamingRecognitionResult.Types.MessageType`, allowing for review of API changes over time."]]],[]]