[[["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."],[[["The `DtmfInput` class, found in the `Google.Cloud.Dialogflow.Cx.V3` namespace, represents input for DTMF (Dual-Tone Multi-Frequency) events within the Dialogflow CX environment."],["This class is part of the Google.Cloud.Dialogflow.Cx.V3 library and is available in versions ranging from 1.0.0 to the latest 2.23.0."],["The `DtmfInput` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET ecosystem."],["The class has two constructors: a default one, `DtmfInput()`, and another, `DtmfInput(DtmfInput other)`, which creates a new instance by copying an existing `DtmfInput` object."],["Key properties of `DtmfInput` include `Digits`, which stores the DTMF digits, and `FinishDigit`, which specifies the termination digit, both properties being of type `String`."]]],[]]