Class CfnBot.SubSlotValueElicitationSettingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.SubSlotValueElicitationSettingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.SubSlotValueElicitationSettingProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.SubSlotValueElicitationSettingProperty
@Stability(Stable)
@Internal
public static final class CfnBot.SubSlotValueElicitationSettingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.SubSlotValueElicitationSettingProperty
An implementation for
CfnBot.SubSlotValueElicitationSettingProperty
-
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.SubSlotValueElicitationSettingProperty
CfnBot.SubSlotValueElicitationSettingProperty.Builder, CfnBot.SubSlotValueElicitationSettingProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.SubSlotValueElicitationSettingProperty.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
final Object
final Object
If you know a specific pattern that users might respond to an Amazon Lex request for a sub slot value, you can provide those utterances to improve accuracy.final Object
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.SubSlotValueElicitationSettingProperty.Builder
.
-
-
Method Details
-
getDefaultValueSpecification
- Specified by:
getDefaultValueSpecification
in interfaceCfnBot.SubSlotValueElicitationSettingProperty
- See Also:
-
getPromptSpecification
- Specified by:
getPromptSpecification
in interfaceCfnBot.SubSlotValueElicitationSettingProperty
- See Also:
-
getSampleUtterances
Description copied from interface:CfnBot.SubSlotValueElicitationSettingProperty
If you know a specific pattern that users might respond to an Amazon Lex request for a sub slot value, you can provide those utterances to improve accuracy.This is optional. In most cases Amazon Lex is capable of understanding user utterances. This is similar to
SampleUtterances
for slots.- Specified by:
getSampleUtterances
in interfaceCfnBot.SubSlotValueElicitationSettingProperty
- See Also:
-
getWaitAndContinueSpecification
- Specified by:
getWaitAndContinueSpecification
in interfaceCfnBot.SubSlotValueElicitationSettingProperty
- See Also:
-
$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()
-