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.model
Methods in com.oracle.bmc.waas.model that return GoodBot.Builder Modifier and Type Method Description static GoodBot.Builder
GoodBot. builder()
Create a new builder.GoodBot.Builder
GoodBot.Builder. copy(GoodBot model)
GoodBot.Builder
GoodBot.Builder. description(String description)
The description of the bot.GoodBot.Builder
GoodBot.Builder. isEnabled(Boolean isEnabled)
Enables or disables the bot.GoodBot.Builder
GoodBot.Builder. key(String key)
The unique key for the bot.GoodBot.Builder
GoodBot.Builder. name(String name)
The bot name.GoodBot.Builder
GoodBot. toBuilder()
-