@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUtterancesViewRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetUtterancesViewRequest() |
Modifier and Type | Method and Description |
---|---|
GetUtterancesViewRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBotName()
The name of the bot for which utterance information should be returned.
|
List<String> |
getBotVersions()
An array of bot versions for which utterance information should be returned.
|
String |
getStatusType()
To return utterances that were recognized and handled, use
Detected . |
int |
hashCode() |
void |
setBotName(String botName)
The name of the bot for which utterance information should be returned.
|
void |
setBotVersions(Collection<String> botVersions)
An array of bot versions for which utterance information should be returned.
|
void |
setStatusType(StatusType statusType)
To return utterances that were recognized and handled, use
Detected . |
void |
setStatusType(String statusType)
To return utterances that were recognized and handled, use
Detected . |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetUtterancesViewRequest |
withBotName(String botName)
The name of the bot for which utterance information should be returned.
|
GetUtterancesViewRequest |
withBotVersions(Collection<String> botVersions)
An array of bot versions for which utterance information should be returned.
|
GetUtterancesViewRequest |
withBotVersions(String... botVersions)
An array of bot versions for which utterance information should be returned.
|
GetUtterancesViewRequest |
withStatusType(StatusType statusType)
To return utterances that were recognized and handled, use
Detected . |
GetUtterancesViewRequest |
withStatusType(String statusType)
To return utterances that were recognized and handled, use
Detected . |
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 setBotName(String botName)
The name of the bot for which utterance information should be returned.
botName
- The name of the bot for which utterance information should be returned.public String getBotName()
The name of the bot for which utterance information should be returned.
public GetUtterancesViewRequest withBotName(String botName)
The name of the bot for which utterance information should be returned.
botName
- The name of the bot for which utterance information should be returned.public List<String> getBotVersions()
An array of bot versions for which utterance information should be returned. The limit is 5 versions per request.
public void setBotVersions(Collection<String> botVersions)
An array of bot versions for which utterance information should be returned. The limit is 5 versions per request.
botVersions
- An array of bot versions for which utterance information should be returned. The limit is 5 versions per
request.public GetUtterancesViewRequest withBotVersions(String... botVersions)
An array of bot versions for which utterance information should be returned. The limit is 5 versions per request.
NOTE: This method appends the values to the existing list (if any). Use
setBotVersions(java.util.Collection)
or withBotVersions(java.util.Collection)
if you want to
override the existing values.
botVersions
- An array of bot versions for which utterance information should be returned. The limit is 5 versions per
request.public GetUtterancesViewRequest withBotVersions(Collection<String> botVersions)
An array of bot versions for which utterance information should be returned. The limit is 5 versions per request.
botVersions
- An array of bot versions for which utterance information should be returned. The limit is 5 versions per
request.public void setStatusType(String statusType)
To return utterances that were recognized and handled, useDetected
. To return utterances that were
not recognized, use Missed
.
statusType
- To return utterances that were recognized and handled, useDetected
. To return utterances that
were not recognized, use Missed
.StatusType
public String getStatusType()
To return utterances that were recognized and handled, useDetected
. To return utterances that were
not recognized, use Missed
.
Detected
. To return utterances
that were not recognized, use Missed
.StatusType
public GetUtterancesViewRequest withStatusType(String statusType)
To return utterances that were recognized and handled, useDetected
. To return utterances that were
not recognized, use Missed
.
statusType
- To return utterances that were recognized and handled, useDetected
. To return utterances that
were not recognized, use Missed
.StatusType
public void setStatusType(StatusType statusType)
To return utterances that were recognized and handled, useDetected
. To return utterances that were
not recognized, use Missed
.
statusType
- To return utterances that were recognized and handled, useDetected
. To return utterances that
were not recognized, use Missed
.StatusType
public GetUtterancesViewRequest withStatusType(StatusType statusType)
To return utterances that were recognized and handled, useDetected
. To return utterances that were
not recognized, use Missed
.
statusType
- To return utterances that were recognized and handled, useDetected
. To return utterances that
were not recognized, use Missed
.StatusType
public String toString()
toString
in class Object
Object.toString()
public GetUtterancesViewRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.