| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
GetUtterancesViewResult |
AmazonLexModelBuildingClient.getUtterancesView(GetUtterancesViewRequest request)
Use the
GetUtterancesView operation to get information about the utterances that your users have
made to your bot. |
GetUtterancesViewResult |
AmazonLexModelBuilding.getUtterancesView(GetUtterancesViewRequest getUtterancesViewRequest)
Use the
GetUtterancesView operation to get information about the utterances that your users have
made to your bot. |
GetUtterancesViewResult |
AbstractAmazonLexModelBuilding.getUtterancesView(GetUtterancesViewRequest request) |
Future<GetUtterancesViewResult> |
AbstractAmazonLexModelBuildingAsync.getUtterancesViewAsync(GetUtterancesViewRequest request) |
Future<GetUtterancesViewResult> |
AmazonLexModelBuildingAsync.getUtterancesViewAsync(GetUtterancesViewRequest getUtterancesViewRequest)
Use the
GetUtterancesView operation to get information about the utterances that your users have
made to your bot. |
Future<GetUtterancesViewResult> |
AmazonLexModelBuildingAsyncClient.getUtterancesViewAsync(GetUtterancesViewRequest request) |
Future<GetUtterancesViewResult> |
AbstractAmazonLexModelBuildingAsync.getUtterancesViewAsync(GetUtterancesViewRequest request,
AsyncHandler<GetUtterancesViewRequest,GetUtterancesViewResult> asyncHandler) |
Future<GetUtterancesViewResult> |
AmazonLexModelBuildingAsync.getUtterancesViewAsync(GetUtterancesViewRequest getUtterancesViewRequest,
AsyncHandler<GetUtterancesViewRequest,GetUtterancesViewResult> asyncHandler)
Use the
GetUtterancesView operation to get information about the utterances that your users have
made to your bot. |
Future<GetUtterancesViewResult> |
AmazonLexModelBuildingAsyncClient.getUtterancesViewAsync(GetUtterancesViewRequest request,
AsyncHandler<GetUtterancesViewRequest,GetUtterancesViewResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetUtterancesViewResult> |
AbstractAmazonLexModelBuildingAsync.getUtterancesViewAsync(GetUtterancesViewRequest request,
AsyncHandler<GetUtterancesViewRequest,GetUtterancesViewResult> asyncHandler) |
Future<GetUtterancesViewResult> |
AmazonLexModelBuildingAsync.getUtterancesViewAsync(GetUtterancesViewRequest getUtterancesViewRequest,
AsyncHandler<GetUtterancesViewRequest,GetUtterancesViewResult> asyncHandler)
Use the
GetUtterancesView operation to get information about the utterances that your users have
made to your bot. |
Future<GetUtterancesViewResult> |
AmazonLexModelBuildingAsyncClient.getUtterancesViewAsync(GetUtterancesViewRequest request,
AsyncHandler<GetUtterancesViewRequest,GetUtterancesViewResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetUtterancesViewRequest |
GetUtterancesViewRequest.clone() |
GetUtterancesViewRequest |
GetUtterancesViewRequest.withBotName(String botName)
The name of the bot for which utterance information should be returned.
|
GetUtterancesViewRequest |
GetUtterancesViewRequest.withBotVersions(Collection<String> botVersions)
An array of bot versions for which utterance information should be returned.
|
GetUtterancesViewRequest |
GetUtterancesViewRequest.withBotVersions(String... botVersions)
An array of bot versions for which utterance information should be returned.
|
GetUtterancesViewRequest |
GetUtterancesViewRequest.withStatusType(StatusType statusType)
To return utterances that were recognized and handled, use
Detected. |
GetUtterancesViewRequest |
GetUtterancesViewRequest.withStatusType(String statusType)
To return utterances that were recognized and handled, use
Detected. |
Copyright © 2023. All rights reserved.