| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
Slot |
Slot.clone() |
Slot |
Slot.withDescription(String description)
A description of the slot.
|
Slot |
Slot.withName(String name)
The name of the slot.
|
Slot |
Slot.withObfuscationSetting(ObfuscationSetting obfuscationSetting)
Determines whether a slot is obfuscated in conversation logs and stored utterances.
|
Slot |
Slot.withObfuscationSetting(String obfuscationSetting)
Determines whether a slot is obfuscated in conversation logs and stored utterances.
|
Slot |
Slot.withPriority(Integer priority)
Directs Lex the order in which to elicit this slot value from the user.
|
Slot |
Slot.withResponseCard(String responseCard)
A set of possible responses for the slot type used by text-based clients.
|
Slot |
Slot.withSampleUtterances(Collection<String> sampleUtterances)
If you know a specific pattern with which users might respond to an Amazon Lex request for a slot value, you can
provide those utterances to improve accuracy.
|
Slot |
Slot.withSampleUtterances(String... sampleUtterances)
If you know a specific pattern with which users might respond to an Amazon Lex request for a slot value, you can
provide those utterances to improve accuracy.
|
Slot |
Slot.withSlotConstraint(SlotConstraint slotConstraint)
Specifies whether the slot is required or optional.
|
Slot |
Slot.withSlotConstraint(String slotConstraint)
Specifies whether the slot is required or optional.
|
Slot |
Slot.withSlotType(String slotType)
The type of the slot, either a custom slot type that you defined or one of the built-in slot types.
|
Slot |
Slot.withSlotTypeVersion(String slotTypeVersion)
The version of the slot type.
|
Slot |
Slot.withValueElicitationPrompt(Prompt valueElicitationPrompt)
The prompt that Amazon Lex uses to elicit the slot value from the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<Slot> |
PutIntentRequest.getSlots()
An array of intent slots.
|
List<Slot> |
GetIntentResult.getSlots()
An array of intent slots configured for the intent.
|
List<Slot> |
CreateIntentVersionResult.getSlots()
An array of slot types that defines the information required to fulfill the intent.
|
List<Slot> |
PutIntentResult.getSlots()
An array of intent slots that are configured for the intent.
|
| Modifier and Type | Method and Description |
|---|---|
PutIntentRequest |
PutIntentRequest.withSlots(Slot... slots)
An array of intent slots.
|
GetIntentResult |
GetIntentResult.withSlots(Slot... slots)
An array of intent slots configured for the intent.
|
CreateIntentVersionResult |
CreateIntentVersionResult.withSlots(Slot... slots)
An array of slot types that defines the information required to fulfill the intent.
|
PutIntentResult |
PutIntentResult.withSlots(Slot... slots)
An array of intent slots that are configured for the intent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutIntentRequest.setSlots(Collection<Slot> slots)
An array of intent slots.
|
void |
GetIntentResult.setSlots(Collection<Slot> slots)
An array of intent slots configured for the intent.
|
void |
CreateIntentVersionResult.setSlots(Collection<Slot> slots)
An array of slot types that defines the information required to fulfill the intent.
|
void |
PutIntentResult.setSlots(Collection<Slot> slots)
An array of intent slots that are configured for the intent.
|
PutIntentRequest |
PutIntentRequest.withSlots(Collection<Slot> slots)
An array of intent slots.
|
GetIntentResult |
GetIntentResult.withSlots(Collection<Slot> slots)
An array of intent slots configured for the intent.
|
CreateIntentVersionResult |
CreateIntentVersionResult.withSlots(Collection<Slot> slots)
An array of slot types that defines the information required to fulfill the intent.
|
PutIntentResult |
PutIntentResult.withSlots(Collection<Slot> slots)
An array of intent slots that are configured for the intent.
|
Copyright © 2020. All rights reserved.