Class CfnBot.SlotValueElicitationSettingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.SlotValueElicitationSettingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.SlotValueElicitationSettingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnBot.SlotValueElicitationSettingProperty
@Stability(Stable)
@Internal
public static final class CfnBot.SlotValueElicitationSettingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.SlotValueElicitationSettingProperty
An implementation for
CfnBot.SlotValueElicitationSettingProperty-
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.SlotValueElicitationSettingProperty
CfnBot.SlotValueElicitationSettingProperty.Builder, CfnBot.SlotValueElicitationSettingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.SlotValueElicitationSettingProperty.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 ObjectA list of default values for a slot.final ObjectThe prompt that Amazon Lex uses to elicit the slot value from the user.final ObjectIf you know a specific pattern that users might respond to an Amazon Lex request for a slot value, you can provide those utterances to improve accuracy.final ObjectSpecifies the settings that Amazon Lex uses when a slot value is successfully entered by a user.final StringSpecifies whether the slot is required or optional.final ObjectSpecifies the prompts that Amazon Lex uses while a bot is waiting for customer input.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.SlotValueElicitationSettingProperty.Builder.
-
-
Method Details
-
getSlotConstraint
Description copied from interface:CfnBot.SlotValueElicitationSettingPropertySpecifies whether the slot is required or optional.- Specified by:
getSlotConstraintin interfaceCfnBot.SlotValueElicitationSettingProperty
-
getDefaultValueSpecification
Description copied from interface:CfnBot.SlotValueElicitationSettingPropertyA list of default values for a slot.Default values are used when Amazon Lex hasn't determined a value for a slot. You can specify default values from context variables, session attributes, and defined values.
- Specified by:
getDefaultValueSpecificationin interfaceCfnBot.SlotValueElicitationSettingProperty
-
getPromptSpecification
Description copied from interface:CfnBot.SlotValueElicitationSettingPropertyThe prompt that Amazon Lex uses to elicit the slot value from the user.- Specified by:
getPromptSpecificationin interfaceCfnBot.SlotValueElicitationSettingProperty
-
getSampleUtterances
Description copied from interface:CfnBot.SlotValueElicitationSettingPropertyIf you know a specific pattern that users might respond to an Amazon Lex request for a slot value, you can provide those utterances to improve accuracy.This is optional. In most cases, Amazon Lex is capable of understanding user utterances.
- Specified by:
getSampleUtterancesin interfaceCfnBot.SlotValueElicitationSettingProperty
-
getSlotCaptureSetting
Description copied from interface:CfnBot.SlotValueElicitationSettingPropertySpecifies the settings that Amazon Lex uses when a slot value is successfully entered by a user.- Specified by:
getSlotCaptureSettingin interfaceCfnBot.SlotValueElicitationSettingProperty
-
getWaitAndContinueSpecification
Description copied from interface:CfnBot.SlotValueElicitationSettingPropertySpecifies the prompts that Amazon Lex uses while a bot is waiting for customer input.- Specified by:
getWaitAndContinueSpecificationin interfaceCfnBot.SlotValueElicitationSettingProperty
-
$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()
-