GoodBot¶
-
class
oci.waas.models.
GoodBot
(**kwargs)¶ Bases:
object
The good bot settings. Good bots provides a list of bots which are managed by known providers.
Methods
__init__
(**kwargs)Initializes a new GoodBot object with values from keyword arguments. Attributes
description
Gets the description of this GoodBot. is_enabled
[Required] Gets the is_enabled of this GoodBot. key
[Required] Gets the key of this GoodBot. name
Gets the name of this GoodBot. -
__init__
(**kwargs)¶ Initializes a new GoodBot object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this GoodBot.
- name (str) – The value to assign to the name property of this GoodBot.
- is_enabled (bool) – The value to assign to the is_enabled property of this GoodBot.
- description (str) – The value to assign to the description property of this GoodBot.
-
description
¶ Gets the description of this GoodBot. The description of the bot.
Returns: The description of this GoodBot. Return type: str
-
is_enabled
¶ [Required] Gets the is_enabled of this GoodBot. Enables or disables the bot.
Returns: The is_enabled of this GoodBot. Return type: bool
-
key
¶ [Required] Gets the key of this GoodBot. The unique key for the bot.
Returns: The key of this GoodBot. Return type: str
-
name
¶ Gets the name of this GoodBot. The bot name.
Returns: The name of this GoodBot. Return type: str
-