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, detailing its purpose in defining behaviors for DTMF input."],["The latest version of the API is 2.23.0, with a list of versions ranging from 2.23.0 down to 1.0.0, accessible via hyperlinks for reference."],["`DtmfSettings` class, which implements multiple interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, enables the processing of dual-tone multi-frequency events."],["Key properties of `DtmfSettings` are `Enabled`, `FinishDigit`, and `MaxDigits`, which allow for configuration of DTMF event detection, termination, and length, respectively."],["The `DtmfSettings` class has two constructors, a parameterless one, and one that takes another `DtmfSettings` object, to use for initialization."]]],[]]