Class CfnBot.PromptAttemptSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.PromptAttemptSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.PromptAttemptSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.PromptAttemptSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnBot.PromptAttemptSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.PromptAttemptSpecificationProperty
An implementation for
CfnBot.PromptAttemptSpecificationProperty-
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.PromptAttemptSpecificationProperty
CfnBot.PromptAttemptSpecificationProperty.Builder, CfnBot.PromptAttemptSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.PromptAttemptSpecificationProperty.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 ObjectIndicates the allowed input types of the prompt attempt.final ObjectIndicates whether the user can interrupt a speech prompt attempt from the bot.final ObjectSpecifies the settings on audio and DTMF input.final ObjectSpecifies the settings on text input.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.PromptAttemptSpecificationProperty.Builder.
-
-
Method Details
-
getAllowedInputTypes
Description copied from interface:CfnBot.PromptAttemptSpecificationPropertyIndicates the allowed input types of the prompt attempt.Returns union: either
IResolvableorCfnBot.AllowedInputTypesProperty- Specified by:
getAllowedInputTypesin interfaceCfnBot.PromptAttemptSpecificationProperty- See Also:
-
getAllowInterrupt
Description copied from interface:CfnBot.PromptAttemptSpecificationPropertyIndicates whether the user can interrupt a speech prompt attempt from the bot.Returns union: either
BooleanorIResolvable- Specified by:
getAllowInterruptin interfaceCfnBot.PromptAttemptSpecificationProperty- See Also:
-
getAudioAndDtmfInputSpecification
Description copied from interface:CfnBot.PromptAttemptSpecificationPropertySpecifies the settings on audio and DTMF input.Returns union: either
IResolvableorCfnBot.AudioAndDTMFInputSpecificationProperty- Specified by:
getAudioAndDtmfInputSpecificationin interfaceCfnBot.PromptAttemptSpecificationProperty- See Also:
-
getTextInputSpecification
Description copied from interface:CfnBot.PromptAttemptSpecificationPropertySpecifies the settings on text input.Returns union: either
IResolvableorCfnBot.TextInputSpecificationProperty- Specified by:
getTextInputSpecificationin interfaceCfnBot.PromptAttemptSpecificationProperty- 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()
-