| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
IntentMetadata |
IntentMetadata.clone() |
IntentMetadata |
IntentMetadata.withCreatedDate(Date createdDate)
The date that the intent was created.
|
IntentMetadata |
IntentMetadata.withDescription(String description)
A description of the intent.
|
IntentMetadata |
IntentMetadata.withLastUpdatedDate(Date lastUpdatedDate)
The date that the intent was updated.
|
IntentMetadata |
IntentMetadata.withName(String name)
The name of the intent.
|
IntentMetadata |
IntentMetadata.withVersion(String version)
The version of the intent.
|
| Modifier and Type | Method and Description |
|---|---|
List<IntentMetadata> |
GetIntentVersionsResult.getIntents()
An array of
IntentMetadata objects, one for each numbered version of the intent plus one for the
$LATEST version. |
List<IntentMetadata> |
GetIntentsResult.getIntents()
An array of
Intent objects. |
| Modifier and Type | Method and Description |
|---|---|
GetIntentVersionsResult |
GetIntentVersionsResult.withIntents(IntentMetadata... intents)
An array of
IntentMetadata objects, one for each numbered version of the intent plus one for the
$LATEST version. |
GetIntentsResult |
GetIntentsResult.withIntents(IntentMetadata... intents)
An array of
Intent objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetIntentVersionsResult.setIntents(Collection<IntentMetadata> intents)
An array of
IntentMetadata objects, one for each numbered version of the intent plus one for the
$LATEST version. |
void |
GetIntentsResult.setIntents(Collection<IntentMetadata> intents)
An array of
Intent objects. |
GetIntentVersionsResult |
GetIntentVersionsResult.withIntents(Collection<IntentMetadata> intents)
An array of
IntentMetadata objects, one for each numbered version of the intent plus one for the
$LATEST version. |
GetIntentsResult |
GetIntentsResult.withIntents(Collection<IntentMetadata> intents)
An array of
Intent objects. |
Copyright © 2020. All rights reserved.