@Generated(value="software.amazon.awssdk:codegen") public final class DescribeSlotResponse extends LexModelsV2Response implements ToCopyableBuilder<DescribeSlotResponse.Builder,DescribeSlotResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeSlotResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botId()
The identifier of the bot associated with the slot.
|
String |
botVersion()
The version of the bot associated with the slot.
|
static DescribeSlotResponse.Builder |
builder() |
Instant |
creationDateTime()
A timestamp of the date and time that the slot was created.
|
String |
description()
The description specified for the slot.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
intentId()
The identifier of the intent associated with the slot.
|
Instant |
lastUpdatedDateTime()
A timestamp of the date and time that the slot was last updated.
|
String |
localeId()
The language and locale specified for the slot.
|
ObfuscationSetting |
obfuscationSetting()
Whether slot values are shown in Amazon CloudWatch logs.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeSlotResponse.Builder> |
serializableBuilderClass() |
String |
slotId()
The unique identifier generated for the slot.
|
String |
slotName()
The name specified for the slot.
|
String |
slotTypeId()
The identifier of the slot type that determines the values entered into the slot.
|
DescribeSlotResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
SlotValueElicitationSetting |
valueElicitationSetting()
Prompts that Amazon Lex uses to elicit a value for the slot.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String slotId()
The unique identifier generated for the slot.
public final String slotName()
The name specified for the slot.
public final String description()
The description specified for the slot.
public final String slotTypeId()
The identifier of the slot type that determines the values entered into the slot.
public final SlotValueElicitationSetting valueElicitationSetting()
Prompts that Amazon Lex uses to elicit a value for the slot.
public final ObfuscationSetting obfuscationSetting()
Whether slot values are shown in Amazon CloudWatch logs. If the value is None, the actual value of
the slot is shown in logs.
None, the actual
value of the slot is shown in logs.public final String botId()
The identifier of the bot associated with the slot.
public final String botVersion()
The version of the bot associated with the slot.
public final String localeId()
The language and locale specified for the slot.
public final String intentId()
The identifier of the intent associated with the slot.
public final Instant creationDateTime()
A timestamp of the date and time that the slot was created.
public final Instant lastUpdatedDateTime()
A timestamp of the date and time that the slot was last updated.
public DescribeSlotResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeSlotResponse.Builder,DescribeSlotResponse>toBuilder in class AwsResponsepublic static DescribeSlotResponse.Builder builder()
public static Class<? extends DescribeSlotResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.