| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static ProcessBehavior |
ProcessBehavior.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProcessBehavior |
PutBotRequest.processBehavior()
If you set the
processBehavior element to BUILD, Amazon Lex builds the bot so that it
can be run. |
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 |
|---|---|
static Set<ProcessBehavior> |
ProcessBehavior.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PutBotRequest.Builder |
PutBotRequest.Builder.processBehavior(ProcessBehavior processBehavior)
If you set the
processBehavior element to BUILD, Amazon Lex builds the bot so that
it can be run. |
Copyright © 2019. All rights reserved.