| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAggregatedUtterancesResponse |
LexModelsV2Client.listAggregatedUtterances(Consumer<ListAggregatedUtterancesRequest.Builder> listAggregatedUtterancesRequest)
Provides a list of utterances that users have sent to the bot.
|
default ListAggregatedUtterancesResponse |
LexModelsV2Client.listAggregatedUtterances(ListAggregatedUtterancesRequest listAggregatedUtterancesRequest)
Provides a list of utterances that users have sent to the bot.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAggregatedUtterancesResponse> |
LexModelsV2AsyncClient.listAggregatedUtterances(Consumer<ListAggregatedUtterancesRequest.Builder> listAggregatedUtterancesRequest)
Provides a list of utterances that users have sent to the bot.
|
default CompletableFuture<ListAggregatedUtterancesResponse> |
LexModelsV2AsyncClient.listAggregatedUtterances(ListAggregatedUtterancesRequest listAggregatedUtterancesRequest)
Provides a list of utterances that users have sent to the bot.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAggregatedUtterancesResponse> |
ListAggregatedUtterancesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAggregatedUtterancesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAggregatedUtterancesResponse> subscriber) |
Copyright © 2022. All rights reserved.