| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| software.amazon.awssdk.services.lexmodelbuilding.paginators | |
| software.amazon.awssdk.services.lexmodelbuilding.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetIntentVersionsResponse> |
LexModelBuildingAsyncClient.getIntentVersions(GetIntentVersionsRequest getIntentVersionsRequest)
Gets information about all of the versions of an intent.
|
default GetIntentVersionsResponse |
LexModelBuildingClient.getIntentVersions(GetIntentVersionsRequest getIntentVersionsRequest)
Gets information about all of the versions of an intent.
|
default GetIntentVersionsPublisher |
LexModelBuildingAsyncClient.getIntentVersionsPaginator(GetIntentVersionsRequest getIntentVersionsRequest)
Gets information about all of the versions of an intent.
|
default GetIntentVersionsIterable |
LexModelBuildingClient.getIntentVersionsPaginator(GetIntentVersionsRequest getIntentVersionsRequest)
Gets information about all of the versions of an intent.
|
| Constructor and Description |
|---|
GetIntentVersionsIterable(LexModelBuildingClient client,
GetIntentVersionsRequest firstRequest) |
GetIntentVersionsPublisher(LexModelBuildingAsyncClient client,
GetIntentVersionsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetIntentVersionsRequestMarshaller.marshall(GetIntentVersionsRequest getIntentVersionsRequest) |
Copyright © 2023. All rights reserved.