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 version 2.18.0."],["The `DtmfSettings` class is used to define behaviors for DTMF (dual tone multi frequency) interactions, handling events such as a user pressing a button on their phone."],["Key properties within the `DtmfSettings` class include `Enabled` (to turn on/off DTMF processing), `FinishDigit` (to specify a terminating digit for a sequence), and `MaxDigits` (to set the maximum length of DTMF input)."],["The page lists all previous versions of this class, starting from 2.23.0 (latest) all the way down to 1.0.0, giving access to the documentation for each."],["The `DtmfSettings` class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, all within the `Google.Cloud.Dialogflow.Cx.V3` namespace."]]],[]]