@Generated(value="software.amazon.awssdk:codegen") public final class DeleteUtterancesRequest extends LexModelBuildingRequest implements ToCopyableBuilder<DeleteUtterancesRequest.Builder,DeleteUtterancesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteUtterancesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botName()
The name of the bot that stored the utterances.
|
static DeleteUtterancesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteUtterancesRequest.Builder> |
serializableBuilderClass() |
DeleteUtterancesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userId()
The unique identifier for the user that made the utterances.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String botName()
The name of the bot that stored the utterances.
public String userId()
The unique identifier for the user that made the utterances. This is the user ID that was sent in the PostContent or PostText operation request that contained the utterance.
public DeleteUtterancesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteUtterancesRequest.Builder,DeleteUtterancesRequest>toBuilder in class LexModelBuildingRequestpublic static DeleteUtterancesRequest.Builder builder()
public static Class<? extends DeleteUtterancesRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.