Class CfnBot.DTMFSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.DTMFSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.DTMFSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.DTMFSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnBot.DTMFSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.DTMFSpecificationProperty
An implementation for
CfnBot.DTMFSpecificationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lex.CfnBot.DTMFSpecificationProperty
CfnBot.DTMFSpecificationProperty.Builder, CfnBot.DTMFSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.DTMFSpecificationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe DTMF character that clears the accumulated DTMF digits and immediately ends the input.final StringThe DTMF character that immediately ends input.final NumberHow long the bot should wait after the last DTMF character input before assuming that the input has concluded.final NumberThe maximum number of DTMF digits allowed in an utterance.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCfnBot.DTMFSpecificationProperty.Builder.
-
-
Method Details
-
getDeletionCharacter
Description copied from interface:CfnBot.DTMFSpecificationPropertyThe DTMF character that clears the accumulated DTMF digits and immediately ends the input.- Specified by:
getDeletionCharacterin interfaceCfnBot.DTMFSpecificationProperty- See Also:
-
getEndCharacter
Description copied from interface:CfnBot.DTMFSpecificationPropertyThe DTMF character that immediately ends input.If the user does not press this character, the input ends after the end timeout.
- Specified by:
getEndCharacterin interfaceCfnBot.DTMFSpecificationProperty- See Also:
-
getEndTimeoutMs
Description copied from interface:CfnBot.DTMFSpecificationPropertyHow long the bot should wait after the last DTMF character input before assuming that the input has concluded.- Specified by:
getEndTimeoutMsin interfaceCfnBot.DTMFSpecificationProperty- See Also:
-
getMaxLength
Description copied from interface:CfnBot.DTMFSpecificationPropertyThe maximum number of DTMF digits allowed in an utterance.- Specified by:
getMaxLengthin interfaceCfnBot.DTMFSpecificationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-