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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lex.CfnBot.StillWaitingResponseSpecificationProperty
CfnBot.StillWaitingResponseSpecificationProperty.Builder, CfnBot.StillWaitingResponseSpecificationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.StillWaitingResponseSpecificationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Indicates that the user can interrupt the response by speaking while the message is being played.final Number
How often a message should be sent to the user.final Object
One or more message groups, each containing one or more messages, that define the prompts that Amazon Lex sends to the user.final Number
If Amazon Lex waits longer than this length of time for a response, it will stop sending messages.final int
hashCode()
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.StillWaitingResponseSpecificationProperty
How often a message should be sent to the user.Minimum of 1 second, maximum of 5 minutes.
- Specified by:
getFrequencyInSeconds
in interfaceCfnBot.StillWaitingResponseSpecificationProperty
-
getMessageGroupsList
Description copied from interface:CfnBot.StillWaitingResponseSpecificationProperty
One or more message groups, each containing one or more messages, that define the prompts that Amazon Lex sends to the user.- Specified by:
getMessageGroupsList
in interfaceCfnBot.StillWaitingResponseSpecificationProperty
-
getTimeoutInSeconds
Description copied from interface:CfnBot.StillWaitingResponseSpecificationProperty
If Amazon Lex waits longer than this length of time for a response, it will stop sending messages.- Specified by:
getTimeoutInSeconds
in interfaceCfnBot.StillWaitingResponseSpecificationProperty
-
getAllowInterrupt
Description copied from interface:CfnBot.StillWaitingResponseSpecificationProperty
Indicates that the user can interrupt the response by speaking while the message is being played.- Specified by:
getAllowInterrupt
in interfaceCfnBot.StillWaitingResponseSpecificationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-