Class CfnBot.WaitAndContinueSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.WaitAndContinueSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.WaitAndContinueSpecificationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.WaitAndContinueSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnBot.WaitAndContinueSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.WaitAndContinueSpecificationProperty
An implementation for
CfnBot.WaitAndContinueSpecificationProperty
-
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.WaitAndContinueSpecificationProperty
CfnBot.WaitAndContinueSpecificationProperty.Builder, CfnBot.WaitAndContinueSpecificationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.WaitAndContinueSpecificationProperty.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
The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.final Object
Specifies whether the bot will wait for a user to respond.final Object
A response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.final Object
The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.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.WaitAndContinueSpecificationProperty.Builder
.
-
-
Method Details
-
getContinueResponse
Description copied from interface:CfnBot.WaitAndContinueSpecificationProperty
The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.- Specified by:
getContinueResponse
in interfaceCfnBot.WaitAndContinueSpecificationProperty
-
getWaitingResponse
Description copied from interface:CfnBot.WaitAndContinueSpecificationProperty
The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.- Specified by:
getWaitingResponse
in interfaceCfnBot.WaitAndContinueSpecificationProperty
-
getIsActive
Description copied from interface:CfnBot.WaitAndContinueSpecificationProperty
Specifies whether the bot will wait for a user to respond.When this field is false, wait and continue responses for a slot aren't used. If the
IsActive
field isn't specified, the default is true.- Specified by:
getIsActive
in interfaceCfnBot.WaitAndContinueSpecificationProperty
-
getStillWaitingResponse
Description copied from interface:CfnBot.WaitAndContinueSpecificationProperty
A response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.- Specified by:
getStillWaitingResponse
in interfaceCfnBot.WaitAndContinueSpecificationProperty
-
$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()
-