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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lex.CfnBot.WaitAndContinueSpecificationProperty
CfnBot.WaitAndContinueSpecificationProperty.Builder, CfnBot.WaitAndContinueSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.WaitAndContinueSpecificationProperty.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 ObjectThe response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.final ObjectSpecifies whether the bot will wait for a user to respond.final ObjectA response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.final ObjectThe response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.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.WaitAndContinueSpecificationProperty.Builder.
-
-
Method Details
-
getContinueResponse
Description copied from interface:CfnBot.WaitAndContinueSpecificationPropertyThe response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.Returns union: either
IResolvableorCfnBot.ResponseSpecificationProperty- Specified by:
getContinueResponsein interfaceCfnBot.WaitAndContinueSpecificationProperty- See Also:
-
getWaitingResponse
Description copied from interface:CfnBot.WaitAndContinueSpecificationPropertyThe response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.Returns union: either
IResolvableorCfnBot.ResponseSpecificationProperty- Specified by:
getWaitingResponsein interfaceCfnBot.WaitAndContinueSpecificationProperty- See Also:
-
getIsActive
Description copied from interface:CfnBot.WaitAndContinueSpecificationPropertySpecifies 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
IsActivefield isn't specified, the default is true.Returns union: either
BooleanorIResolvable- Specified by:
getIsActivein interfaceCfnBot.WaitAndContinueSpecificationProperty- See Also:
-
getStillWaitingResponse
Description copied from interface:CfnBot.WaitAndContinueSpecificationPropertyA response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.Returns union: either
IResolvableorCfnBot.StillWaitingResponseSpecificationProperty- Specified by:
getStillWaitingResponsein interfaceCfnBot.WaitAndContinueSpecificationProperty- 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()
-