Class CfnBot.FulfillmentStartResponseSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.FulfillmentStartResponseSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.FulfillmentStartResponseSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.FulfillmentStartResponseSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnBot.FulfillmentStartResponseSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.FulfillmentStartResponseSpecificationProperty
An implementation for
CfnBot.FulfillmentStartResponseSpecificationProperty-
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.FulfillmentStartResponseSpecificationProperty
CfnBot.FulfillmentStartResponseSpecificationProperty.Builder, CfnBot.FulfillmentStartResponseSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.FulfillmentStartResponseSpecificationProperty.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 ObjectDetermines whether the user can interrupt the start message while it is playing.final NumberThe delay between when the Lambda fulfillment function starts running and the start message is played.final Object1 - 5 message groups that contain start messages.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.FulfillmentStartResponseSpecificationProperty.Builder.
-
-
Method Details
-
getDelayInSeconds
Description copied from interface:CfnBot.FulfillmentStartResponseSpecificationPropertyThe delay between when the Lambda fulfillment function starts running and the start message is played.If the Lambda function returns before the delay is over, the start message isn't played.
- Specified by:
getDelayInSecondsin interfaceCfnBot.FulfillmentStartResponseSpecificationProperty- See Also:
-
getMessageGroups
Description copied from interface:CfnBot.FulfillmentStartResponseSpecificationProperty1 - 5 message groups that contain start messages.Amazon Lex chooses one of the messages to play to the user.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnBot.MessageGroupProperty>- Specified by:
getMessageGroupsin interfaceCfnBot.FulfillmentStartResponseSpecificationProperty- See Also:
-
getAllowInterrupt
Description copied from interface:CfnBot.FulfillmentStartResponseSpecificationPropertyDetermines whether the user can interrupt the start message while it is playing.Returns union: either
BooleanorIResolvable- Specified by:
getAllowInterruptin interfaceCfnBot.FulfillmentStartResponseSpecificationProperty- 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()
-