Class CfnBot.AudioAndDTMFInputSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.AudioAndDTMFInputSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.AudioAndDTMFInputSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnBot.AudioAndDTMFInputSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnBot.AudioAndDTMFInputSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.AudioAndDTMFInputSpecificationProperty
An implementation for
CfnBot.AudioAndDTMFInputSpecificationProperty-
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.AudioAndDTMFInputSpecificationProperty
CfnBot.AudioAndDTMFInputSpecificationProperty.Builder, CfnBot.AudioAndDTMFInputSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.AudioAndDTMFInputSpecificationProperty.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 ObjectSpecifies the settings on audio input.final ObjectSpecifies the settings on DTMF input.final NumberTime for which a bot waits before assuming that the customer isn't going to speak or press a key.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.AudioAndDTMFInputSpecificationProperty.Builder.
-
-
Method Details
-
getStartTimeoutMs
Description copied from interface:CfnBot.AudioAndDTMFInputSpecificationPropertyTime for which a bot waits before assuming that the customer isn't going to speak or press a key.This timeout is shared between Audio and DTMF inputs.
- Specified by:
getStartTimeoutMsin interfaceCfnBot.AudioAndDTMFInputSpecificationProperty
-
getAudioSpecification
Description copied from interface:CfnBot.AudioAndDTMFInputSpecificationPropertySpecifies the settings on audio input.- Specified by:
getAudioSpecificationin interfaceCfnBot.AudioAndDTMFInputSpecificationProperty
-
getDtmfSpecification
Description copied from interface:CfnBot.AudioAndDTMFInputSpecificationPropertySpecifies the settings on DTMF input.- Specified by:
getDtmfSpecificationin interfaceCfnBot.AudioAndDTMFInputSpecificationProperty
-
$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()
-