Class CfnBot.PostFulfillmentStatusSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.PostFulfillmentStatusSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.PostFulfillmentStatusSpecificationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.PostFulfillmentStatusSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnBot.PostFulfillmentStatusSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.PostFulfillmentStatusSpecificationProperty
An implementation for
CfnBot.PostFulfillmentStatusSpecificationProperty
-
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.PostFulfillmentStatusSpecificationProperty
CfnBot.PostFulfillmentStatusSpecificationProperty.Builder, CfnBot.PostFulfillmentStatusSpecificationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.PostFulfillmentStatusSpecificationProperty.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
A list of conditional branches to evaluate after the fulfillment code hook throws an exception or returns with theState
field of theIntent
object set toFailed
.final Object
Specifies the next step the bot runs after the fulfillment code hook throws an exception or returns with theState
field of theIntent
object set toFailed
.final Object
Specifies a list of message groups that Amazon Lex uses to respond when fulfillment isn't successful.final Object
A list of conditional branches to evaluate after the fulfillment code hook finishes successfully.final Object
Specifies the next step in the conversation that Amazon Lex invokes when the fulfillment code hook completes successfully.final Object
Specifies a list of message groups that Amazon Lex uses to respond when the fulfillment is successful.final Object
A list of conditional branches to evaluate if the fulfillment code hook times out.final Object
Specifies the next step that the bot runs when the fulfillment code hook times out.final Object
Specifies a list of message groups that Amazon Lex uses to respond when fulfillment isn't completed within the timeout period.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.PostFulfillmentStatusSpecificationProperty.Builder
.
-
-
Method Details
-
getFailureConditional
Description copied from interface:CfnBot.PostFulfillmentStatusSpecificationProperty
A list of conditional branches to evaluate after the fulfillment code hook throws an exception or returns with theState
field of theIntent
object set toFailed
.- Specified by:
getFailureConditional
in interfaceCfnBot.PostFulfillmentStatusSpecificationProperty
- See Also:
-
getFailureNextStep
Description copied from interface:CfnBot.PostFulfillmentStatusSpecificationProperty
Specifies the next step the bot runs after the fulfillment code hook throws an exception or returns with theState
field of theIntent
object set toFailed
.- Specified by:
getFailureNextStep
in interfaceCfnBot.PostFulfillmentStatusSpecificationProperty
- See Also:
-
getFailureResponse
Description copied from interface:CfnBot.PostFulfillmentStatusSpecificationProperty
Specifies a list of message groups that Amazon Lex uses to respond when fulfillment isn't successful.- Specified by:
getFailureResponse
in interfaceCfnBot.PostFulfillmentStatusSpecificationProperty
- See Also:
-
getSuccessConditional
Description copied from interface:CfnBot.PostFulfillmentStatusSpecificationProperty
A list of conditional branches to evaluate after the fulfillment code hook finishes successfully.- Specified by:
getSuccessConditional
in interfaceCfnBot.PostFulfillmentStatusSpecificationProperty
- See Also:
-
getSuccessNextStep
Description copied from interface:CfnBot.PostFulfillmentStatusSpecificationProperty
Specifies the next step in the conversation that Amazon Lex invokes when the fulfillment code hook completes successfully.- Specified by:
getSuccessNextStep
in interfaceCfnBot.PostFulfillmentStatusSpecificationProperty
- See Also:
-
getSuccessResponse
Description copied from interface:CfnBot.PostFulfillmentStatusSpecificationProperty
Specifies a list of message groups that Amazon Lex uses to respond when the fulfillment is successful.- Specified by:
getSuccessResponse
in interfaceCfnBot.PostFulfillmentStatusSpecificationProperty
- See Also:
-
getTimeoutConditional
Description copied from interface:CfnBot.PostFulfillmentStatusSpecificationProperty
A list of conditional branches to evaluate if the fulfillment code hook times out.- Specified by:
getTimeoutConditional
in interfaceCfnBot.PostFulfillmentStatusSpecificationProperty
- See Also:
-
getTimeoutNextStep
Description copied from interface:CfnBot.PostFulfillmentStatusSpecificationProperty
Specifies the next step that the bot runs when the fulfillment code hook times out.- Specified by:
getTimeoutNextStep
in interfaceCfnBot.PostFulfillmentStatusSpecificationProperty
- See Also:
-
getTimeoutResponse
Description copied from interface:CfnBot.PostFulfillmentStatusSpecificationProperty
Specifies a list of message groups that Amazon Lex uses to respond when fulfillment isn't completed within the timeout period.- Specified by:
getTimeoutResponse
in interfaceCfnBot.PostFulfillmentStatusSpecificationProperty
- See Also:
-
$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()
-