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.
PartialDtmfDigits
Message contains DTMF digits. Before a message with DTMF_DIGITS is sent,
a message with PARTIAL_DTMF_DIGITS may be sent with DTMF digits collected
up to the time of sending, which represents an intermediate result.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `StreamingRecognitionResult.Types.MessageType` enum within the Google Cloud Dialogflow v2beta1 API."],["The `MessageType` enum specifies the type of response message received during streaming recognition, such as `DtmfDigits`, `EndOfSingleUtterance`, `PartialDtmfDigits`, and `Transcript`."],["The latest version documented is `1.0.0-beta23`, while `1.0.0-beta22` is also available, both within the `Google.Cloud.Dialogflow.V2Beta1` namespace."],["Each field in the `MessageType` enum is detailed with its name and description, including specific cases such as single utterance detection and partial DTMF digit handling."],["The enum contains an unspecified type, that should never be used."]]],[]]