@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteUtterancesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteUtterancesRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteUtterancesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBotId()
The unique identifier of the bot that contains the utterances.
|
String |
getLocaleId()
The identifier of the language and locale where the utterances were collected.
|
String |
getSessionId()
The unique identifier of the session with the user.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier of the bot that contains the utterances.
|
void |
setLocaleId(String localeId)
The identifier of the language and locale where the utterances were collected.
|
void |
setSessionId(String sessionId)
The unique identifier of the session with the user.
|
String |
toString()
Returns a string representation of this object.
|
DeleteUtterancesRequest |
withBotId(String botId)
The unique identifier of the bot that contains the utterances.
|
DeleteUtterancesRequest |
withLocaleId(String localeId)
The identifier of the language and locale where the utterances were collected.
|
DeleteUtterancesRequest |
withSessionId(String sessionId)
The unique identifier of the session with the user.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setBotId(String botId)
The unique identifier of the bot that contains the utterances.
botId
- The unique identifier of the bot that contains the utterances.public String getBotId()
The unique identifier of the bot that contains the utterances.
public DeleteUtterancesRequest withBotId(String botId)
The unique identifier of the bot that contains the utterances.
botId
- The unique identifier of the bot that contains the utterances.public void setLocaleId(String localeId)
The identifier of the language and locale where the utterances were collected. The string must match one of the supported locales. For more information, see Supported languages.
localeId
- The identifier of the language and locale where the utterances were collected. The string must match one
of the supported locales. For more information, see Supported languages.public String getLocaleId()
The identifier of the language and locale where the utterances were collected. The string must match one of the supported locales. For more information, see Supported languages.
public DeleteUtterancesRequest withLocaleId(String localeId)
The identifier of the language and locale where the utterances were collected. The string must match one of the supported locales. For more information, see Supported languages.
localeId
- The identifier of the language and locale where the utterances were collected. The string must match one
of the supported locales. For more information, see Supported languages.public void setSessionId(String sessionId)
The unique identifier of the session with the user. The ID is returned in the response from the RecognizeText and RecognizeUtterance operations.
sessionId
- The unique identifier of the session with the user. The ID is returned in the response from the RecognizeText and RecognizeUtterance operations.public String getSessionId()
The unique identifier of the session with the user. The ID is returned in the response from the RecognizeText and RecognizeUtterance operations.
public DeleteUtterancesRequest withSessionId(String sessionId)
The unique identifier of the session with the user. The ID is returned in the response from the RecognizeText and RecognizeUtterance operations.
sessionId
- The unique identifier of the session with the user. The ID is returned in the response from the RecognizeText and RecognizeUtterance operations.public String toString()
toString
in class Object
Object.toString()
public DeleteUtterancesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()