Class CfnBotPropsMixin.FulfillmentUpdateResponseSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.FulfillmentUpdateResponseSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBotPropsMixin.FulfillmentUpdateResponseSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBotPropsMixin.FulfillmentUpdateResponseSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnBotPropsMixin.FulfillmentUpdateResponseSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBotPropsMixin.FulfillmentUpdateResponseSpecificationProperty
An implementation for
CfnBotPropsMixin.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.cfnpropertymixins.services.lex.CfnBotPropsMixin.FulfillmentUpdateResponseSpecificationProperty
CfnBotPropsMixin.FulfillmentUpdateResponseSpecificationProperty.Builder, CfnBotPropsMixin.FulfillmentUpdateResponseSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBotPropsMixin.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
protected Jsii$Proxy(CfnBotPropsMixin.FulfillmentUpdateResponseSpecificationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnBotPropsMixin.FulfillmentUpdateResponseSpecificationProperty.Builder.
-
-
Method Details
-
getAllowInterrupt
Description copied from interface:CfnBotPropsMixin.FulfillmentUpdateResponseSpecificationPropertyDetermines whether the user can interrupt an update message while it is playing.Returns union: either
BooleanorIResolvable- Specified by:
getAllowInterruptin interfaceCfnBotPropsMixin.FulfillmentUpdateResponseSpecificationProperty- See Also:
-
getFrequencyInSeconds
Description copied from interface:CfnBotPropsMixin.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 interfaceCfnBotPropsMixin.FulfillmentUpdateResponseSpecificationProperty- See Also:
-
getMessageGroups
Description copied from interface:CfnBotPropsMixin.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: '<'eitherIResolvableorCfnBotPropsMixin.MessageGroupProperty>- Specified by:
getMessageGroupsin interfaceCfnBotPropsMixin.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()
-