public sealed class TelephonyDtmfEvents : IMessage<TelephonyDtmfEvents>, IEquatable<TelephonyDtmfEvents>, IDeepCloneable<TelephonyDtmfEvents>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class TelephonyDtmfEvents.
[[["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 reference documentation for the `TelephonyDtmfEvents` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment, with version 4.12.0 being the focus version on this page."],["The `TelephonyDtmfEvents` class is a wrapper for a sequence of `TelephonyDtmf` digits, which is part of Google Cloud Dialogflow's functionality for handling DTMF (dual-tone multi-frequency) inputs."],["The page includes a list of available versions for the Google Cloud Dialogflow V2 API, ranging from 3.2.0 up to the latest version 4.26.0, allowing developers to browse the documentation for specific versions."],["The `TelephonyDtmfEvents` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capability for serialization, comparison, cloning, and buffer management."],["It contains two constructors and one property, where you can create new instances of the object, and get the `DtmfEvents` property which allows access to the sequence of TelephonyDtmf digits."]]],[]]