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 Google Cloud Dialogflow CX v3 API for .NET."],["The `DtmfSettings` class defines how DTMF (dual-tone multi-frequency) signals are handled in the Dialogflow interactions, providing control over their recognition."],["The documentation lists various versions of the Dialogflow API, ranging from version 1.0.0 to the latest 2.23.0, for the `DtmfSettings` class."],["Key properties of `DtmfSettings` include `Enabled` (to turn DTMF processing on/off), `FinishDigit` (to define the end-of-sequence digit), and `MaxDigits` (to limit the length of DTMF sequences)."],["The DtmfSettings class implements several interfaces to support specific functionalities such as deep cloning, message buffering and equality comparison."]]],[]]