Class CxAgentAdvancedSettingsDtmfSettingsArgs


  • public final class CxAgentAdvancedSettingsDtmfSettingsArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • enabled

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> enabled()
        Returns:
        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).
      • finishDigit

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> finishDigit()
        Returns:
        The digit that terminates a DTMF digit sequence.
      • maxDigits

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> maxDigits()
        Returns:
        Max length of DTMF digits.