| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static ProcessBehavior |
ProcessBehavior.fromValue(String value)
Use this in place of valueOf.
|
static ProcessBehavior |
ProcessBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessBehavior[] |
ProcessBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutBotRequest.setProcessBehavior(ProcessBehavior processBehavior)
If you set the
processBehavior element to BUILD, Amazon Lex builds the bot so that it
can be run. |
PutBotRequest |
PutBotRequest.withProcessBehavior(ProcessBehavior processBehavior)
If you set the
processBehavior element to BUILD, Amazon Lex builds the bot so that it
can be run. |
Copyright © 2020. All rights reserved.