| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
GetIntentResult |
AbstractAmazonLexModelBuilding.getIntent(GetIntentRequest request) |
GetIntentResult |
AmazonLexModelBuilding.getIntent(GetIntentRequest getIntentRequest)
Returns information about an intent.
|
GetIntentResult |
AmazonLexModelBuildingClient.getIntent(GetIntentRequest request)
Returns information about an intent.
|
Future<GetIntentResult> |
AmazonLexModelBuildingAsyncClient.getIntentAsync(GetIntentRequest request) |
Future<GetIntentResult> |
AmazonLexModelBuildingAsync.getIntentAsync(GetIntentRequest getIntentRequest)
Returns information about an intent.
|
Future<GetIntentResult> |
AbstractAmazonLexModelBuildingAsync.getIntentAsync(GetIntentRequest request) |
Future<GetIntentResult> |
AmazonLexModelBuildingAsyncClient.getIntentAsync(GetIntentRequest request,
AsyncHandler<GetIntentRequest,GetIntentResult> asyncHandler) |
Future<GetIntentResult> |
AmazonLexModelBuildingAsync.getIntentAsync(GetIntentRequest getIntentRequest,
AsyncHandler<GetIntentRequest,GetIntentResult> asyncHandler)
Returns information about an intent.
|
Future<GetIntentResult> |
AbstractAmazonLexModelBuildingAsync.getIntentAsync(GetIntentRequest request,
AsyncHandler<GetIntentRequest,GetIntentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetIntentResult> |
AmazonLexModelBuildingAsyncClient.getIntentAsync(GetIntentRequest request,
AsyncHandler<GetIntentRequest,GetIntentResult> asyncHandler) |
Future<GetIntentResult> |
AmazonLexModelBuildingAsync.getIntentAsync(GetIntentRequest getIntentRequest,
AsyncHandler<GetIntentRequest,GetIntentResult> asyncHandler)
Returns information about an intent.
|
Future<GetIntentResult> |
AbstractAmazonLexModelBuildingAsync.getIntentAsync(GetIntentRequest request,
AsyncHandler<GetIntentRequest,GetIntentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetIntentRequest |
GetIntentRequest.clone() |
GetIntentRequest |
GetIntentRequest.withName(String name)
The name of the intent.
|
GetIntentRequest |
GetIntentRequest.withVersion(String version)
The version of the intent.
|
Copyright © 2020. All rights reserved.