Cloneable, ReadLimitInfo, ToCopyableBuilder<GetUtterancesViewRequest.Builder,GetUtterancesViewRequest>@Generated("software.amazon.awssdk:codegen") public class GetUtterancesViewRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetUtterancesViewRequest.Builder,GetUtterancesViewRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
GetUtterancesViewRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
String |
botName() |
The name of the bot for which utterance information should be returned.
|
List<String> |
botVersions() |
An array of bot versions for which utterance information should be returned.
|
static GetUtterancesViewRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetUtterancesViewRequest.Builder> |
serializableBuilderClass() |
|
String |
statusType() |
To return utterances that were recognized and handled, use
Detected. |
GetUtterancesViewRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
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 for which utterance information should be returned.
public List<String> botVersions()
An array of bot versions for which utterance information should be returned. The limit is 5 versions per request.
public String statusType()
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.StatusTypepublic GetUtterancesViewRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<GetUtterancesViewRequest.Builder,GetUtterancesViewRequest>public static GetUtterancesViewRequest.Builder builder()
public static Class<? extends GetUtterancesViewRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.