| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
default GetIntentVersionsResponse |
LexModelBuildingClient.getIntentVersions(Consumer<GetIntentVersionsRequest.Builder> getIntentVersionsRequest)
Gets information about all of the versions of an intent.
|
default CompletableFuture<GetIntentVersionsResponse> |
LexModelBuildingAsyncClient.getIntentVersions(Consumer<GetIntentVersionsRequest.Builder> getIntentVersionsRequest)
Gets information about all of the versions of an intent.
|
default GetIntentVersionsIterable |
LexModelBuildingClient.getIntentVersionsPaginator(Consumer<GetIntentVersionsRequest.Builder> getIntentVersionsRequest)
Gets information about all of the versions of an intent.
|
default GetIntentVersionsPublisher |
LexModelBuildingAsyncClient.getIntentVersionsPaginator(Consumer<GetIntentVersionsRequest.Builder> getIntentVersionsRequest)
Gets information about all of the versions of an intent.
|
| Modifier and Type | Method and Description |
|---|---|
static GetIntentVersionsRequest.Builder |
GetIntentVersionsRequest.builder() |
GetIntentVersionsRequest.Builder |
GetIntentVersionsRequest.Builder.maxResults(Integer maxResults)
The maximum number of intent versions to return in the response.
|
GetIntentVersionsRequest.Builder |
GetIntentVersionsRequest.Builder.name(String name)
The name of the intent for which versions should be returned.
|
GetIntentVersionsRequest.Builder |
GetIntentVersionsRequest.Builder.nextToken(String nextToken)
A pagination token for fetching the next page of intent versions.
|
GetIntentVersionsRequest.Builder |
GetIntentVersionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetIntentVersionsRequest.Builder |
GetIntentVersionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetIntentVersionsRequest.Builder |
GetIntentVersionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetIntentVersionsRequest.Builder> |
GetIntentVersionsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.