| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
MultipleValuesSetting |
MultipleValuesSetting.clone() |
MultipleValuesSetting |
UpdateSlotResult.getMultipleValuesSetting()
Indicates whether the slot accepts multiple values in one response.
|
MultipleValuesSetting |
CreateSlotRequest.getMultipleValuesSetting()
Indicates whether the slot returns multiple values in one response.
|
MultipleValuesSetting |
UpdateSlotRequest.getMultipleValuesSetting()
Determines whether the slot accepts multiple values in one response.
|
MultipleValuesSetting |
DescribeSlotResult.getMultipleValuesSetting()
Indicates whether the slot accepts multiple values in a single utterance.
|
MultipleValuesSetting |
CreateSlotResult.getMultipleValuesSetting()
Indicates whether the slot returns multiple values in one response.
|
MultipleValuesSetting |
MultipleValuesSetting.withAllowMultipleValues(Boolean allowMultipleValues)
Indicates whether a slot can return multiple values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSlotResult.setMultipleValuesSetting(MultipleValuesSetting multipleValuesSetting)
Indicates whether the slot accepts multiple values in one response.
|
void |
CreateSlotRequest.setMultipleValuesSetting(MultipleValuesSetting multipleValuesSetting)
Indicates whether the slot returns multiple values in one response.
|
void |
UpdateSlotRequest.setMultipleValuesSetting(MultipleValuesSetting multipleValuesSetting)
Determines whether the slot accepts multiple values in one response.
|
void |
DescribeSlotResult.setMultipleValuesSetting(MultipleValuesSetting multipleValuesSetting)
Indicates whether the slot accepts multiple values in a single utterance.
|
void |
CreateSlotResult.setMultipleValuesSetting(MultipleValuesSetting multipleValuesSetting)
Indicates whether the slot returns multiple values in one response.
|
UpdateSlotResult |
UpdateSlotResult.withMultipleValuesSetting(MultipleValuesSetting multipleValuesSetting)
Indicates whether the slot accepts multiple values in one response.
|
CreateSlotRequest |
CreateSlotRequest.withMultipleValuesSetting(MultipleValuesSetting multipleValuesSetting)
Indicates whether the slot returns multiple values in one response.
|
UpdateSlotRequest |
UpdateSlotRequest.withMultipleValuesSetting(MultipleValuesSetting multipleValuesSetting)
Determines whether the slot accepts multiple values in one response.
|
DescribeSlotResult |
DescribeSlotResult.withMultipleValuesSetting(MultipleValuesSetting multipleValuesSetting)
Indicates whether the slot accepts multiple values in a single utterance.
|
CreateSlotResult |
CreateSlotResult.withMultipleValuesSetting(MultipleValuesSetting multipleValuesSetting)
Indicates whether the slot returns multiple values in one response.
|
Copyright © 2021. All rights reserved.