Class CfnBot.StillWaitingResponseSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.StillWaitingResponseSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.StillWaitingResponseSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.StillWaitingResponseSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnBot.StillWaitingResponseSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.StillWaitingResponseSpecificationProperty
An implementation for
CfnBot.StillWaitingResponseSpecificationProperty-
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.StillWaitingResponseSpecificationProperty
CfnBot.StillWaitingResponseSpecificationProperty.Builder, CfnBot.StillWaitingResponseSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.StillWaitingResponseSpecificationProperty.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 that the user can interrupt the response by speaking while the message is being played.final NumberHow often a message should be sent to the user.final ObjectOne or more message groups, each containing one or more messages, that define the prompts that Amazon Lex sends to the user.final NumberIf Amazon Lex waits longer than this length of time for a response, it will stop sending messages.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.StillWaitingResponseSpecificationProperty.Builder.
-
-
Method Details
-
getFrequencyInSeconds
Description copied from interface:CfnBot.StillWaitingResponseSpecificationPropertyHow often a message should be sent to the user.Minimum of 1 second, maximum of 5 minutes.
- Specified by:
getFrequencyInSecondsin interfaceCfnBot.StillWaitingResponseSpecificationProperty- See Also:
-
getMessageGroupsList
Description copied from interface:CfnBot.StillWaitingResponseSpecificationPropertyOne or more message groups, each containing one or more messages, that define the prompts that Amazon Lex sends to the user.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnBot.MessageGroupProperty>- Specified by:
getMessageGroupsListin interfaceCfnBot.StillWaitingResponseSpecificationProperty- See Also:
-
getTimeoutInSeconds
Description copied from interface:CfnBot.StillWaitingResponseSpecificationPropertyIf Amazon Lex waits longer than this length of time for a response, it will stop sending messages.- Specified by:
getTimeoutInSecondsin interfaceCfnBot.StillWaitingResponseSpecificationProperty- See Also:
-
getAllowInterrupt
Description copied from interface:CfnBot.StillWaitingResponseSpecificationPropertyIndicates that the user can interrupt the response by speaking while the message is being played.Returns union: either
BooleanorIResolvable- Specified by:
getAllowInterruptin interfaceCfnBot.StillWaitingResponseSpecificationProperty- 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()
-