Class CfnBotPropsMixin.SlotValueElicitationSettingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBotPropsMixin.SlotValueElicitationSettingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBotPropsMixin.SlotValueElicitationSettingProperty
CfnBotPropsMixin.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.cfnpropertymixins.services.lex.CfnBotPropsMixin.SlotValueElicitationSettingProperty
CfnBotPropsMixin.SlotValueElicitationSettingProperty.Builder, CfnBotPropsMixin.SlotValueElicitationSettingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBotPropsMixin.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 theCfnBotPropsMixin.SlotValueElicitationSettingProperty.Builder.
-
-
Method Details
-
getDefaultValueSpecification
Description copied from interface:CfnBotPropsMixin.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.
Returns union: either
IResolvableorCfnBotPropsMixin.SlotDefaultValueSpecificationProperty- Specified by:
getDefaultValueSpecificationin interfaceCfnBotPropsMixin.SlotValueElicitationSettingProperty- See Also:
-
getPromptSpecification
Description copied from interface:CfnBotPropsMixin.SlotValueElicitationSettingPropertyThe prompt that Amazon Lex uses to elicit the slot value from the user.Returns union: either
IResolvableorCfnBotPropsMixin.PromptSpecificationProperty- Specified by:
getPromptSpecificationin interfaceCfnBotPropsMixin.SlotValueElicitationSettingProperty- See Also:
-
getSampleUtterances
Description copied from interface:CfnBotPropsMixin.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.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnBotPropsMixin.SampleUtteranceProperty>- Specified by:
getSampleUtterancesin interfaceCfnBotPropsMixin.SlotValueElicitationSettingProperty- See Also:
-
getSlotCaptureSetting
Description copied from interface:CfnBotPropsMixin.SlotValueElicitationSettingPropertySpecifies the settings that Amazon Lex uses when a slot value is successfully entered by a user.Returns union: either
IResolvableorCfnBotPropsMixin.SlotCaptureSettingProperty- Specified by:
getSlotCaptureSettingin interfaceCfnBotPropsMixin.SlotValueElicitationSettingProperty- See Also:
-
getSlotConstraint
Description copied from interface:CfnBotPropsMixin.SlotValueElicitationSettingPropertySpecifies whether the slot is required or optional.- Specified by:
getSlotConstraintin interfaceCfnBotPropsMixin.SlotValueElicitationSettingProperty- See Also:
-
getWaitAndContinueSpecification
Description copied from interface:CfnBotPropsMixin.SlotValueElicitationSettingPropertySpecifies the prompts that Amazon Lex uses while a bot is waiting for customer input.Returns union: either
IResolvableorCfnBotPropsMixin.WaitAndContinueSpecificationProperty- Specified by:
getWaitAndContinueSpecificationin interfaceCfnBotPropsMixin.SlotValueElicitationSettingProperty- 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()
-