Class CfnBotPropsMixin.DTMFSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.DTMFSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBotPropsMixin.DTMFSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBotPropsMixin.DTMFSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnBotPropsMixin.DTMFSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBotPropsMixin.DTMFSpecificationProperty
An implementation for
CfnBotPropsMixin.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.cfnpropertymixins.services.lex.CfnBotPropsMixin.DTMFSpecificationProperty
CfnBotPropsMixin.DTMFSpecificationProperty.Builder, CfnBotPropsMixin.DTMFSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBotPropsMixin.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 theCfnBotPropsMixin.DTMFSpecificationProperty.Builder.
-
-
Method Details
-
getDeletionCharacter
Description copied from interface:CfnBotPropsMixin.DTMFSpecificationPropertyThe DTMF character that clears the accumulated DTMF digits and immediately ends the input.- Specified by:
getDeletionCharacterin interfaceCfnBotPropsMixin.DTMFSpecificationProperty- See Also:
-
getEndCharacter
Description copied from interface:CfnBotPropsMixin.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 interfaceCfnBotPropsMixin.DTMFSpecificationProperty- See Also:
-
getEndTimeoutMs
Description copied from interface:CfnBotPropsMixin.DTMFSpecificationPropertyHow long the bot should wait after the last DTMF character input before assuming that the input has concluded.- Specified by:
getEndTimeoutMsin interfaceCfnBotPropsMixin.DTMFSpecificationProperty- See Also:
-
getMaxLength
Description copied from interface:CfnBotPropsMixin.DTMFSpecificationPropertyThe maximum number of DTMF digits allowed in an utterance.- Specified by:
getMaxLengthin interfaceCfnBotPropsMixin.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()
-