[[["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 webpage provides documentation for the `DtmfInput` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its implementation and usage."],["The `DtmfInput` class, which represents input for DTMF events, is sealed and inherits from `System.Object`, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 2.23.0, with a range of previous versions from 1.0.0 up to 2.22.0 also available, each linking to its corresponding documentation."],["`DtmfInput` objects can be created using two constructors: a default constructor `DtmfInput()` and one that accepts another `DtmfInput` object as a parameter for copying, as seen with `DtmfInput(DtmfInput other)`."],["Key properties of the `DtmfInput` class include `Digits`, which stores the DTMF digits as a string, and `FinishDigit`, which stores the finish digit, also as a string."]]],[]]