CopyableBuilder<GetUtterancesViewRequest.Builder,GetUtterancesViewRequest>
, SdkBuilder<GetUtterancesViewRequest.Builder,GetUtterancesViewRequest>
public static interface GetUtterancesViewRequest.Builder extends CopyableBuilder<GetUtterancesViewRequest.Builder,GetUtterancesViewRequest>
Modifier and Type | Method | Description |
---|---|---|
GetUtterancesViewRequest.Builder |
botName(String botName) |
The name of the bot 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 |
botVersions(Collection<String> botVersions) |
An array of bot versions for which utterance information should be returned.
|
GetUtterancesViewRequest.Builder |
statusType(String statusType) |
To return utterances that were recognized and handled, use
Detected . |
GetUtterancesViewRequest.Builder |
statusType(StatusType statusType) |
To return utterances that were recognized and handled, use
Detected . |
copy
apply, build
GetUtterancesViewRequest.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.
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.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
GetUtterancesViewRequest.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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.