public sealed class AdvancedSettings.Types.DtmfSettings : IMessage<AdvancedSettings.Types.DtmfSettings>, IEquatable<AdvancedSettings.Types.DtmfSettings>, IDeepCloneable<AdvancedSettings.Types.DtmfSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class AdvancedSettings.Types.DtmfSettings.
Define behaviors for DTMF (dual tone multi frequency).
If true, incoming audio is processed for DTMF (dual tone multi frequency)
events. For example, if the caller presses a button on their telephone
keypad and DTMF processing is enabled, Dialogflow will detect the
event (e.g. a "3" was pressed) in the incoming audio and pass the event
to the bot to drive business logic (e.g. when 3 is pressed, return the
account balance).
[[["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 `AdvancedSettings.Types.DtmfSettings` class within the Dialogflow v3 API, specifically for .NET development."],["The `DtmfSettings` class is used to define the behavior of DTMF (dual-tone multi-frequency) processing, such as enabling DTMF detection in incoming audio."],["The documentation includes information on the latest version (2.23.0) and historical versions of the class, dating back to version 1.0.0, providing a list of different version and the possibility to access their relevant documentation."],["Key properties of `DtmfSettings` include `Enabled` (to activate DTMF), `FinishDigit` (to terminate digit sequences), and `MaxDigits` (to set the maximum digit length)."],["The `DtmfSettings` class implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`, allowing for message handling, equality comparisons, and deep cloning capabilities."]]],[]]