Class CfnBot.PromptSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.PromptSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.PromptSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.PromptSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnBot.PromptSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.PromptSpecificationProperty
An implementation for
CfnBot.PromptSpecificationProperty-
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.PromptSpecificationProperty
CfnBot.PromptSpecificationProperty.Builder, CfnBot.PromptSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.PromptSpecificationProperty.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 whether the user can interrupt a speech prompt from the bot.final NumberThe maximum number of times the bot tries to elicit a response from the user using this prompt.final ObjectA collection of messages that Amazon Lex can send to the user.final StringIndicates how a message is selected from a message group among retries.final ObjectSpecifies the advanced settings on each attempt of the prompt.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.PromptSpecificationProperty.Builder.
-
-
Method Details
-
getMaxRetries
Description copied from interface:CfnBot.PromptSpecificationPropertyThe maximum number of times the bot tries to elicit a response from the user using this prompt.- Specified by:
getMaxRetriesin interfaceCfnBot.PromptSpecificationProperty- See Also:
-
getMessageGroupsList
Description copied from interface:CfnBot.PromptSpecificationPropertyA collection of messages that Amazon Lex can send to the user.Amazon Lex chooses the actual message to send at runtime.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnBot.MessageGroupProperty>- Specified by:
getMessageGroupsListin interfaceCfnBot.PromptSpecificationProperty- See Also:
-
getAllowInterrupt
Description copied from interface:CfnBot.PromptSpecificationPropertyIndicates whether the user can interrupt a speech prompt from the bot.Returns union: either
BooleanorIResolvable- Specified by:
getAllowInterruptin interfaceCfnBot.PromptSpecificationProperty- See Also:
-
getMessageSelectionStrategy
Description copied from interface:CfnBot.PromptSpecificationPropertyIndicates how a message is selected from a message group among retries.- Specified by:
getMessageSelectionStrategyin interfaceCfnBot.PromptSpecificationProperty- See Also:
-
getPromptAttemptsSpecification
Description copied from interface:CfnBot.PromptSpecificationPropertySpecifies the advanced settings on each attempt of the prompt.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnBot.PromptAttemptSpecificationProperty>- Specified by:
getPromptAttemptsSpecificationin interfaceCfnBot.PromptSpecificationProperty- 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()
-