| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
List<Slot> |
PutIntentResponse.slots()
An array of intent slots that are configured for the intent.
|
List<Slot> |
CreateIntentVersionResponse.slots()
An array of slot types that defines the information required to fulfill the intent.
|
List<Slot> |
GetIntentResponse.slots()
An array of intent slots configured for the intent.
|
List<Slot> |
PutIntentRequest.slots()
An array of intent slots.
|
| Modifier and Type | Method and Description |
|---|---|
PutIntentResponse.Builder |
PutIntentResponse.Builder.slots(Slot... slots)
An array of intent slots that are configured for the intent.
|
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.slots(Slot... slots)
An array of slot types that defines the information required to fulfill the intent.
|
GetIntentResponse.Builder |
GetIntentResponse.Builder.slots(Slot... slots)
An array of intent slots configured for the intent.
|
PutIntentRequest.Builder |
PutIntentRequest.Builder.slots(Slot... slots)
An array of intent slots.
|
| Modifier and Type | Method and Description |
|---|---|
PutIntentResponse.Builder |
PutIntentResponse.Builder.slots(Collection<Slot> slots)
An array of intent slots that are configured for the intent.
|
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.slots(Collection<Slot> slots)
An array of slot types that defines the information required to fulfill the intent.
|
GetIntentResponse.Builder |
GetIntentResponse.Builder.slots(Collection<Slot> slots)
An array of intent slots configured for the intent.
|
PutIntentRequest.Builder |
PutIntentRequest.Builder.slots(Collection<Slot> slots)
An array of intent slots.
|
Copyright © 2022. All rights reserved.