| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| Modifier and Type | Method and Description |
|---|---|
default GetUtterancesViewResponse |
LexModelBuildingClient.getUtterancesView(Consumer<GetUtterancesViewRequest.Builder> getUtterancesViewRequest)
Use the
GetUtterancesView operation to get information about the utterances that your users have
made to your bot. |
default GetUtterancesViewResponse |
LexModelBuildingClient.getUtterancesView(GetUtterancesViewRequest getUtterancesViewRequest)
Use the
GetUtterancesView operation to get information about the utterances that your users have
made to your bot. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetUtterancesViewResponse> |
LexModelBuildingAsyncClient.getUtterancesView(Consumer<GetUtterancesViewRequest.Builder> getUtterancesViewRequest)
Use the
GetUtterancesView operation to get information about the utterances that your users have
made to your bot. |
default CompletableFuture<GetUtterancesViewResponse> |
LexModelBuildingAsyncClient.getUtterancesView(GetUtterancesViewRequest getUtterancesViewRequest)
Use the
GetUtterancesView operation to get information about the utterances that your users have
made to your bot. |
Copyright © 2022. All rights reserved.