| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
MultipleValuesSetting |
UpdateSlotRequest.multipleValuesSetting()
Determines whether the slot accepts multiple values in one response.
|
MultipleValuesSetting |
DescribeSlotResponse.multipleValuesSetting()
Indicates whether the slot accepts multiple values in a single utterance.
|
MultipleValuesSetting |
UpdateSlotResponse.multipleValuesSetting()
Indicates whether the slot accepts multiple values in one response.
|
MultipleValuesSetting |
CreateSlotResponse.multipleValuesSetting()
Indicates whether the slot returns multiple values in one response.
|
MultipleValuesSetting |
CreateSlotRequest.multipleValuesSetting()
Indicates whether the slot returns multiple values in one response.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSlotRequest.Builder |
UpdateSlotRequest.Builder.multipleValuesSetting(MultipleValuesSetting multipleValuesSetting)
Determines whether the slot accepts multiple values in one response.
|
DescribeSlotResponse.Builder |
DescribeSlotResponse.Builder.multipleValuesSetting(MultipleValuesSetting multipleValuesSetting)
Indicates whether the slot accepts multiple values in a single utterance.
|
UpdateSlotResponse.Builder |
UpdateSlotResponse.Builder.multipleValuesSetting(MultipleValuesSetting multipleValuesSetting)
Indicates whether the slot accepts multiple values in one response.
|
CreateSlotResponse.Builder |
CreateSlotResponse.Builder.multipleValuesSetting(MultipleValuesSetting multipleValuesSetting)
Indicates whether the slot returns multiple values in one response.
|
CreateSlotRequest.Builder |
CreateSlotRequest.Builder.multipleValuesSetting(MultipleValuesSetting multipleValuesSetting)
Indicates whether the slot returns multiple values in one response.
|
Copyright © 2023. All rights reserved.