Interface DialogflowCxAgentAdvancedSettingsDtmfSettings
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowCxAgentAdvancedSettingsDtmfSettings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.917Z") @Stability(Stable) public interface DialogflowCxAgentAdvancedSettingsDtmfSettings extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxAgentAdvancedSettingsDtmfSettings.BuilderA builder forDialogflowCxAgentAdvancedSettingsDtmfSettingsstatic classDialogflowCxAgentAdvancedSettingsDtmfSettings.Jsii$ProxyAn implementation forDialogflowCxAgentAdvancedSettingsDtmfSettings
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DialogflowCxAgentAdvancedSettingsDtmfSettings.Builderbuilder()default ObjectgetEnabled()If true, incoming audio is processed for DTMF (dual tone multi frequency) events.default StringgetFinishDigit()The digit that terminates a DTMF digit sequence.default NumbergetMaxDigits()Max length of DTMF digits.
-
-
-
Method Detail
-
getEnabled
@Stability(Stable) @Nullable default Object getEnabled()
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). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_agent#enabled DialogflowCxAgent#enabled}
-
getFinishDigit
@Stability(Stable) @Nullable default String getFinishDigit()
The digit that terminates a DTMF digit sequence.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_agent#finish_digit DialogflowCxAgent#finish_digit}
-
getMaxDigits
@Stability(Stable) @Nullable default Number getMaxDigits()
Max length of DTMF digits.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_agent#max_digits DialogflowCxAgent#max_digits}
-
builder
@Stability(Stable) static DialogflowCxAgentAdvancedSettingsDtmfSettings.Builder builder()
-
-