| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
Intent |
Intent.clone() |
Intent |
Intent.withIntentName(String intentName)
The name of the intent.
|
Intent |
Intent.withIntentVersion(String intentVersion)
The version of the intent.
|
| Modifier and Type | Method and Description |
|---|---|
List<Intent> |
PutBotRequest.getIntents()
An array of
Intent objects. |
List<Intent> |
GetBotResult.getIntents()
An array of
intent objects. |
List<Intent> |
PutBotResult.getIntents()
An array of
Intent objects. |
List<Intent> |
CreateBotVersionResult.getIntents()
An array of
Intent objects. |
| Modifier and Type | Method and Description |
|---|---|
PutBotRequest |
PutBotRequest.withIntents(Intent... intents)
An array of
Intent objects. |
GetBotResult |
GetBotResult.withIntents(Intent... intents)
An array of
intent objects. |
PutBotResult |
PutBotResult.withIntents(Intent... intents)
An array of
Intent objects. |
CreateBotVersionResult |
CreateBotVersionResult.withIntents(Intent... intents)
An array of
Intent objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
PutBotRequest.setIntents(Collection<Intent> intents)
An array of
Intent objects. |
void |
GetBotResult.setIntents(Collection<Intent> intents)
An array of
intent objects. |
void |
PutBotResult.setIntents(Collection<Intent> intents)
An array of
Intent objects. |
void |
CreateBotVersionResult.setIntents(Collection<Intent> intents)
An array of
Intent objects. |
PutBotRequest |
PutBotRequest.withIntents(Collection<Intent> intents)
An array of
Intent objects. |
GetBotResult |
GetBotResult.withIntents(Collection<Intent> intents)
An array of
intent objects. |
PutBotResult |
PutBotResult.withIntents(Collection<Intent> intents)
An array of
Intent objects. |
CreateBotVersionResult |
CreateBotVersionResult.withIntents(Collection<Intent> intents)
An array of
Intent objects. |
Copyright © 2020. All rights reserved.