public static interface GetUtterancesViewRequest.Builder extends LexModelBuildingRequest.Builder, CopyableBuilder<GetUtterancesViewRequest.Builder,GetUtterancesViewRequest>
| Modifier and Type | Method and Description |
|---|---|
GetUtterancesViewRequest.Builder |
botName(String botName)
The name of the bot for which utterance information should be returned.
|
GetUtterancesViewRequest.Builder |
botVersions(Collection<String> botVersions)
An array of bot versions for which utterance information should be returned.
|
GetUtterancesViewRequest.Builder |
botVersions(String... botVersions)
An array of bot versions for which utterance information should be returned.
|
GetUtterancesViewRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetUtterancesViewRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetUtterancesViewRequest.Builder |
statusType(StatusType statusType)
To return utterances that were recognized and handled, use
Detected. |
GetUtterancesViewRequest.Builder |
statusType(String statusType)
To return utterances that were recognized and handled, use
Detected. |
buildoverrideConfigurationcopyapplyMutation, buildGetUtterancesViewRequest.Builder botName(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.GetUtterancesViewRequest.Builder botVersions(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.GetUtterancesViewRequest.Builder botVersions(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.GetUtterancesViewRequest.Builder statusType(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,
StatusTypeGetUtterancesViewRequest.Builder statusType(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,
StatusTypeGetUtterancesViewRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetUtterancesViewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.