Uses of Class
com.oracle.bmc.waas.model.GoodBot.Builder
- 
Packages that use GoodBot.Builder Package Description com.oracle.bmc.waas.model 
- 
- 
Uses of GoodBot.Builder in com.oracle.bmc.waas.modelMethods in com.oracle.bmc.waas.model that return GoodBot.Builder Modifier and Type Method Description static GoodBot.BuilderGoodBot. builder()Create a new builder.GoodBot.BuilderGoodBot.Builder. copy(GoodBot model)GoodBot.BuilderGoodBot.Builder. description(String description)The description of the bot.GoodBot.BuilderGoodBot.Builder. isEnabled(Boolean isEnabled)Enables or disables the bot.GoodBot.BuilderGoodBot.Builder. key(String key)The unique key for the bot.GoodBot.BuilderGoodBot.Builder. name(String name)The bot name.GoodBot.BuilderGoodBot. toBuilder()
 
-