Class CfnBotPropsMixin.WaitAndContinueSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.WaitAndContinueSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBotPropsMixin.WaitAndContinueSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBotPropsMixin.WaitAndContinueSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnBotPropsMixin.WaitAndContinueSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBotPropsMixin.WaitAndContinueSpecificationProperty
An implementation for
CfnBotPropsMixin.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.cfnpropertymixins.services.lex.CfnBotPropsMixin.WaitAndContinueSpecificationProperty
CfnBotPropsMixin.WaitAndContinueSpecificationProperty.Builder, CfnBotPropsMixin.WaitAndContinueSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBotPropsMixin.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 theCfnBotPropsMixin.WaitAndContinueSpecificationProperty.Builder.
-
-
Method Details
-
getContinueResponse
Description copied from interface:CfnBotPropsMixin.WaitAndContinueSpecificationPropertyThe response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.Returns union: either
IResolvableorCfnBotPropsMixin.ResponseSpecificationProperty- Specified by:
getContinueResponsein interfaceCfnBotPropsMixin.WaitAndContinueSpecificationProperty- See Also:
-
getIsActive
Description copied from interface:CfnBotPropsMixin.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 interfaceCfnBotPropsMixin.WaitAndContinueSpecificationProperty- See Also:
-
getStillWaitingResponse
Description copied from interface:CfnBotPropsMixin.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
IResolvableorCfnBotPropsMixin.StillWaitingResponseSpecificationProperty- Specified by:
getStillWaitingResponsein interfaceCfnBotPropsMixin.WaitAndContinueSpecificationProperty- See Also:
-
getWaitingResponse
Description copied from interface:CfnBotPropsMixin.WaitAndContinueSpecificationPropertyThe response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.Returns union: either
IResolvableorCfnBotPropsMixin.ResponseSpecificationProperty- Specified by:
getWaitingResponsein interfaceCfnBotPropsMixin.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()
-