Class DialogflowCxAgentAdvancedSettingsDtmfSettings.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_agent.DialogflowCxAgentAdvancedSettingsDtmfSettings.Jsii$Proxy
-
- All Implemented Interfaces:
DialogflowCxAgentAdvancedSettingsDtmfSettings,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DialogflowCxAgentAdvancedSettingsDtmfSettings
@Stability(Stable) @Internal public static final class DialogflowCxAgentAdvancedSettingsDtmfSettings.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DialogflowCxAgentAdvancedSettingsDtmfSettings
An implementation forDialogflowCxAgentAdvancedSettingsDtmfSettings
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.dialogflow_cx_agent.DialogflowCxAgentAdvancedSettingsDtmfSettings
DialogflowCxAgentAdvancedSettingsDtmfSettings.Builder, DialogflowCxAgentAdvancedSettingsDtmfSettings.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DialogflowCxAgentAdvancedSettingsDtmfSettings.Builder builder)Constructor that initializes the object based on literal property values passed by theDialogflowCxAgentAdvancedSettingsDtmfSettings.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetEnabled()If true, incoming audio is processed for DTMF (dual tone multi frequency) events.StringgetFinishDigit()The digit that terminates a DTMF digit sequence.NumbergetMaxDigits()Max length of DTMF digits.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DialogflowCxAgentAdvancedSettingsDtmfSettings.Builder builder)
Constructor that initializes the object based on literal property values passed by theDialogflowCxAgentAdvancedSettingsDtmfSettings.Builder.
-
-
Method Detail
-
getEnabled
public final Object getEnabled()
Description copied from interface:DialogflowCxAgentAdvancedSettingsDtmfSettingsIf 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}
- Specified by:
getEnabledin interfaceDialogflowCxAgentAdvancedSettingsDtmfSettings
-
getFinishDigit
public final String getFinishDigit()
Description copied from interface:DialogflowCxAgentAdvancedSettingsDtmfSettingsThe 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}
- Specified by:
getFinishDigitin interfaceDialogflowCxAgentAdvancedSettingsDtmfSettings
-
getMaxDigits
public final Number getMaxDigits()
Description copied from interface:DialogflowCxAgentAdvancedSettingsDtmfSettingsMax 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}
- Specified by:
getMaxDigitsin interfaceDialogflowCxAgentAdvancedSettingsDtmfSettings
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-