Class UpdateSlotResponse
- 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.UpdateSlotResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateSlotResponse.Builder,UpdateSlotResponse>
@Generated("software.amazon.awssdk:codegen") public final class UpdateSlotResponse extends LexModelsV2Response implements ToCopyableBuilder<UpdateSlotResponse.Builder,UpdateSlotResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateSlotResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbotId()The identifier of the bot that contains the slot.StringbotVersion()The version of the bot that contains the slot.static UpdateSlotResponse.Builderbuilder()InstantcreationDateTime()The timestamp of the date and time that the slot was created.Stringdescription()The updated description of the bot.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringintentId()The intent that contains the slot.InstantlastUpdatedDateTime()The timestamp of the date and time that the slot was last updated.StringlocaleId()The locale that contains the slot.MultipleValuesSettingmultipleValuesSetting()Indicates whether the slot accepts multiple values in one response.ObfuscationSettingobfuscationSetting()The updated setting that determines whether the slot value is obfuscated in the Amazon CloudWatch logs.List<SdkField<?>>sdkFields()static Class<? extends UpdateSlotResponse.Builder>serializableBuilderClass()StringslotId()The unique identifier of the slot that was updated.StringslotName()The updated name of the slot.StringslotTypeId()The updated identifier of the slot type that provides values for the slot.SubSlotSettingsubSlotSetting()Specifications for the constituent sub slots and the expression for the composite slot.UpdateSlotResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.SlotValueElicitationSettingvalueElicitationSetting()The updated prompts that Amazon Lex sends to the user to elicit a response that provides a value 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 of the slot that was updated.
- Returns:
- The unique identifier of the slot that was updated.
-
slotName
public final String slotName()
The updated name of the slot.
- Returns:
- The updated name of the slot.
-
description
public final String description()
The updated description of the bot.
- Returns:
- The updated description of the bot.
-
slotTypeId
public final String slotTypeId()
The updated identifier of the slot type that provides values for the slot.
- Returns:
- The updated identifier of the slot type that provides values for the slot.
-
valueElicitationSetting
public final SlotValueElicitationSetting valueElicitationSetting()
The updated prompts that Amazon Lex sends to the user to elicit a response that provides a value for the slot.
- Returns:
- The updated prompts that Amazon Lex sends to the user to elicit a response that provides a value for the slot.
-
obfuscationSetting
public final ObfuscationSetting obfuscationSetting()
The updated setting that determines whether the slot value is obfuscated in the Amazon CloudWatch logs.
- Returns:
- The updated setting that determines whether the slot value is obfuscated in the Amazon CloudWatch logs.
-
botId
public final String botId()
The identifier of the bot that contains the slot.
- Returns:
- The identifier of the bot that contains the slot.
-
botVersion
public final String botVersion()
The version of the bot that contains the slot. Will always be
DRAFT.- Returns:
- The version of the bot that contains the slot. Will always be
DRAFT.
-
localeId
public final String localeId()
The locale that contains the slot.
- Returns:
- The locale that contains the slot.
-
intentId
public final String intentId()
The intent that contains the slot.
- Returns:
- The intent that contains 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.
-
lastUpdatedDateTime
public final Instant lastUpdatedDateTime()
The timestamp of the date and time that the slot was last updated.
- Returns:
- The timestamp of the date and time that the slot was last updated.
-
multipleValuesSetting
public final MultipleValuesSetting multipleValuesSetting()
Indicates whether the slot accepts multiple values in one response.
- Returns:
- Indicates whether the slot accepts 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 UpdateSlotResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateSlotResponse.Builder,UpdateSlotResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static UpdateSlotResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateSlotResponse.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
-
-