public static interface GetUtterancesViewRequest.Builder extends LexModelBuildingRequest.Builder, SdkPojo, 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) |
GetUtterancesViewRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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, use Detected. To return utterances that
were not recognized, use Missed.
statusType - To return utterances that were recognized and handled, use Detected. To return utterances
that were not recognized, use Missed.StatusType,
StatusTypeGetUtterancesViewRequest.Builder statusType(StatusType statusType)
To return utterances that were recognized and handled, use Detected. To return utterances that
were not recognized, use Missed.
statusType - To return utterances that were recognized and handled, use Detected. To return utterances
that were not recognized, use Missed.StatusType,
StatusTypeGetUtterancesViewRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetUtterancesViewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.