Cloneable, ReadLimitInfo, ToCopyableBuilder<DeleteUtterancesRequest.Builder,DeleteUtterancesRequest>@Generated("software.amazon.awssdk:codegen") public class DeleteUtterancesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteUtterancesRequest.Builder,DeleteUtterancesRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DeleteUtterancesRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
String |
botName() |
The name of the bot that stored the utterances.
|
static DeleteUtterancesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DeleteUtterancesRequest.Builder> |
serializableBuilderClass() |
|
DeleteUtterancesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
userId() |
The unique identifier for the user that made the utterances.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic 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 or operation request that contained the utterance.
public DeleteUtterancesRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DeleteUtterancesRequest.Builder,DeleteUtterancesRequest>public static DeleteUtterancesRequest.Builder builder()
public static Class<? extends DeleteUtterancesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.