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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetUtterancesViewRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.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. |
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetUtterancesViewRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.