Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.ProcessBehavior
-
Packages that use ProcessBehavior Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of ProcessBehavior in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return ProcessBehavior Modifier and Type Method Description static ProcessBehaviorProcessBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProcessBehaviorPutBotRequest. processBehavior()If you set theprocessBehaviorelement toBUILD, Amazon Lex builds the bot so that it can be run.static ProcessBehaviorProcessBehavior. 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.Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type ProcessBehavior Modifier and Type Method Description static Set<ProcessBehavior>ProcessBehavior. knownValues()Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type ProcessBehavior Modifier and Type Method Description PutBotRequest.BuilderPutBotRequest.Builder. processBehavior(ProcessBehavior processBehavior)If you set theprocessBehaviorelement toBUILD, Amazon Lex builds the bot so that it can be run.
-