| 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) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
GetUtterancesViewResult |
GetUtterancesViewResult.clone() |
GetUtterancesViewResult |
GetUtterancesViewResult.withBotName(String botName)
The name of the bot for which utterance information was returned.
|
GetUtterancesViewResult |
GetUtterancesViewResult.withUtterances(Collection<UtteranceList> utterances)
An array of UtteranceList objects, each containing a list of UtteranceData objects describing the
utterances that were processed by your bot.
|
GetUtterancesViewResult |
GetUtterancesViewResult.withUtterances(UtteranceList... utterances)
An array of UtteranceList objects, each containing a list of UtteranceData objects describing the
utterances that were processed by your bot.
|
Copyright © 2023. All rights reserved.