Class CfnBot.FulfillmentUpdateResponseSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.FulfillmentUpdateResponseSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.FulfillmentUpdateResponseSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.FulfillmentUpdateResponseSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnBot.FulfillmentUpdateResponseSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.FulfillmentUpdateResponseSpecificationProperty
An implementation for
CfnBot.FulfillmentUpdateResponseSpecificationProperty-
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.FulfillmentUpdateResponseSpecificationProperty
CfnBot.FulfillmentUpdateResponseSpecificationProperty.Builder, CfnBot.FulfillmentUpdateResponseSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.FulfillmentUpdateResponseSpecificationProperty.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 an update message while it is playing.final NumberThe frequency that a message is sent to the user.final Object1 - 5 message groups that contain update 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.FulfillmentUpdateResponseSpecificationProperty.Builder.
-
-
Method Details
-
getFrequencyInSeconds
Description copied from interface:CfnBot.FulfillmentUpdateResponseSpecificationPropertyThe frequency that a message is sent to the user.When the period ends, Amazon Lex chooses a message from the message groups and plays it to the user. If the fulfillment Lambda returns before the first period ends, an update message is not played to the user.
- Specified by:
getFrequencyInSecondsin interfaceCfnBot.FulfillmentUpdateResponseSpecificationProperty- See Also:
-
getMessageGroups
Description copied from interface:CfnBot.FulfillmentUpdateResponseSpecificationProperty1 - 5 message groups that contain update 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.FulfillmentUpdateResponseSpecificationProperty- See Also:
-
getAllowInterrupt
Description copied from interface:CfnBot.FulfillmentUpdateResponseSpecificationPropertyDetermines whether the user can interrupt an update message while it is playing.Returns union: either
BooleanorIResolvable- Specified by:
getAllowInterruptin interfaceCfnBot.FulfillmentUpdateResponseSpecificationProperty- 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()
-