Class CreateSlotResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response
-
- software.amazon.awssdk.services.lexmodelsv2.model.CreateSlotResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateSlotResponse.Builder,CreateSlotResponse>
@Generated("software.amazon.awssdk:codegen") public final class CreateSlotResponse extends LexModelsV2Response implements ToCopyableBuilder<CreateSlotResponse.Builder,CreateSlotResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateSlotResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbotId()The unique identifier of the bot associated with the slot.StringbotVersion()The version of the bot associated with the slot.static CreateSlotResponse.Builderbuilder()InstantcreationDateTime()The timestamp of the date and time that the slot was created.Stringdescription()The description associated with the slot.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringintentId()The unique identifier of the intent associated with the slot.StringlocaleId()The language and local specified for the slot.MultipleValuesSettingmultipleValuesSetting()Indicates whether the slot returns multiple values in one response.ObfuscationSettingobfuscationSetting()Indicates whether the slot is configured to obfuscate values in Amazon CloudWatch logs.List<SdkField<?>>sdkFields()static Class<? extends CreateSlotResponse.Builder>serializableBuilderClass()StringslotId()The unique identifier associated with the slot.StringslotName()The name specified for the slot.StringslotTypeId()The unique identifier of the slot type associated with this slot.SubSlotSettingsubSlotSetting()Specifications for the constituent sub slots and the expression for the composite slot.CreateSlotResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.SlotValueElicitationSettingvalueElicitationSetting()The value elicitation settings specified for the slot.-
Methods inherited from class software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
slotId
public final String slotId()
The unique identifier associated with the slot. Use this to identify the slot when you update or delete it.
- Returns:
- The unique identifier associated with the slot. Use this to identify the slot when you update or delete it.
-
slotName
public final String slotName()
The name specified for the slot.
- Returns:
- The name specified for the slot.
-
description
public final String description()
The description associated with the slot.
- Returns:
- The description associated with the slot.
-
slotTypeId
public final String slotTypeId()
The unique identifier of the slot type associated with this slot.
- Returns:
- The unique identifier of the slot type associated with this slot.
-
valueElicitationSetting
public final SlotValueElicitationSetting valueElicitationSetting()
The value elicitation settings specified for the slot.
- Returns:
- The value elicitation settings specified for the slot.
-
obfuscationSetting
public final ObfuscationSetting obfuscationSetting()
Indicates whether the slot is configured to obfuscate values in Amazon CloudWatch logs.
- Returns:
- Indicates whether the slot is configured to obfuscate values in Amazon CloudWatch logs.
-
botId
public final String botId()
The unique identifier of the bot associated with the slot.
- Returns:
- The unique identifier of the bot associated with the slot.
-
botVersion
public final String botVersion()
The version of the bot associated with the slot.
- Returns:
- The version of the bot associated with the slot.
-
localeId
public final String localeId()
The language and local specified for the slot.
- Returns:
- The language and local specified for the slot.
-
intentId
public final String intentId()
The unique identifier of the intent associated with the slot.
- Returns:
- The unique identifier of the intent associated with the slot.
-
creationDateTime
public final Instant creationDateTime()
The timestamp of the date and time that the slot was created.
- Returns:
- The timestamp of the date and time that the slot was created.
-
multipleValuesSetting
public final MultipleValuesSetting multipleValuesSetting()
Indicates whether the slot returns multiple values in one response.
- Returns:
- Indicates whether the slot returns multiple values in one response.
-
subSlotSetting
public final SubSlotSetting subSlotSetting()
Specifications for the constituent sub slots and the expression for the composite slot.
- Returns:
- Specifications for the constituent sub slots and the expression for the composite slot.
-
toBuilder
public CreateSlotResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateSlotResponse.Builder,CreateSlotResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static CreateSlotResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateSlotResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-