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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lex.CfnBot.SlotValueElicitationSettingProperty
CfnBot.SlotValueElicitationSettingProperty.Builder, CfnBot.SlotValueElicitationSettingProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.SlotValueElicitationSettingProperty.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 default values for a slot.final Object
The prompt that Amazon Lex uses to elicit the slot value from the user.final Object
If 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 Object
Specifies the settings that Amazon Lex uses when a slot value is successfully entered by a user.final String
Specifies whether the slot is required or optional.final Object
Specifies the prompts that Amazon Lex uses while a bot is waiting for customer input.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.SlotValueElicitationSettingProperty.Builder
.
-
-
Method Details
-
getSlotConstraint
Description copied from interface:CfnBot.SlotValueElicitationSettingProperty
Specifies whether the slot is required or optional.- Specified by:
getSlotConstraint
in interfaceCfnBot.SlotValueElicitationSettingProperty
-
getDefaultValueSpecification
Description copied from interface:CfnBot.SlotValueElicitationSettingProperty
A 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:
getDefaultValueSpecification
in interfaceCfnBot.SlotValueElicitationSettingProperty
-
getPromptSpecification
Description copied from interface:CfnBot.SlotValueElicitationSettingProperty
The prompt that Amazon Lex uses to elicit the slot value from the user.- Specified by:
getPromptSpecification
in interfaceCfnBot.SlotValueElicitationSettingProperty
-
getSampleUtterances
Description copied from interface:CfnBot.SlotValueElicitationSettingProperty
If 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:
getSampleUtterances
in interfaceCfnBot.SlotValueElicitationSettingProperty
-
getSlotCaptureSetting
Description copied from interface:CfnBot.SlotValueElicitationSettingProperty
Specifies the settings that Amazon Lex uses when a slot value is successfully entered by a user.- Specified by:
getSlotCaptureSetting
in interfaceCfnBot.SlotValueElicitationSettingProperty
-
getWaitAndContinueSpecification
Description copied from interface:CfnBot.SlotValueElicitationSettingProperty
Specifies the prompts that Amazon Lex uses while a bot is waiting for customer input.- Specified by:
getWaitAndContinueSpecification
in interfaceCfnBot.SlotValueElicitationSettingProperty
-
$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()
-