Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.MultipleValuesSetting
-
Packages that use MultipleValuesSetting Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of MultipleValuesSetting in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return MultipleValuesSetting Modifier and Type Method Description MultipleValuesSettingCreateSlotRequest. multipleValuesSetting()Indicates whether the slot returns multiple values in one response.MultipleValuesSettingCreateSlotResponse. multipleValuesSetting()Indicates whether the slot returns multiple values in one response.MultipleValuesSettingDescribeSlotResponse. multipleValuesSetting()Indicates whether the slot accepts multiple values in a single utterance.MultipleValuesSettingUpdateSlotRequest. multipleValuesSetting()Determines whether the slot accepts multiple values in one response.MultipleValuesSettingUpdateSlotResponse. multipleValuesSetting()Indicates whether the slot accepts multiple values in one response.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type MultipleValuesSetting Modifier and Type Method Description CreateSlotRequest.BuilderCreateSlotRequest.Builder. multipleValuesSetting(MultipleValuesSetting multipleValuesSetting)Indicates whether the slot returns multiple values in one response.CreateSlotResponse.BuilderCreateSlotResponse.Builder. multipleValuesSetting(MultipleValuesSetting multipleValuesSetting)Indicates whether the slot returns multiple values in one response.DescribeSlotResponse.BuilderDescribeSlotResponse.Builder. multipleValuesSetting(MultipleValuesSetting multipleValuesSetting)Indicates whether the slot accepts multiple values in a single utterance.UpdateSlotRequest.BuilderUpdateSlotRequest.Builder. multipleValuesSetting(MultipleValuesSetting multipleValuesSetting)Determines whether the slot accepts multiple values in one response.UpdateSlotResponse.BuilderUpdateSlotResponse.Builder. multipleValuesSetting(MultipleValuesSetting multipleValuesSetting)Indicates whether the slot accepts multiple values in one response.
-