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."],[[["The provided content details the `DtmfSettings` class within the Dialogflow v3 API, offering a comprehensive list of versions ranging from 1.0.0 to the latest 2.23.0, and it is used to define behaviors for DTMF (dual tone multi frequency)."],["The `DtmfSettings` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting from `object`."],["The `DtmfSettings` class includes properties to configure DTMF behavior, such as `Enabled` to process incoming audio for DTMF events, `FinishDigit` to set the terminating digit, and `MaxDigits` to limit the length of DTMF sequences."],["Constructors are available for `DtmfSettings`, including a default constructor and another allowing for object initialization with an existing `DtmfSettings` instance, enabling users to easily define and utilize DTMF settings in their applications."]]],[]]