{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "BotSettings - Metadata API", "description": "Represents an organization’s Einstein Bot settings, such as whether or not Einstein Bots is enabled. This type extends the Metadata metadata type and inherits its fullName field.", "file_information": ".bot", "directory_location": "bot", "fields_columns": [ "type", "description" ], "fields": { "enableBots": { "type": "boolean", "description": "Indicates whether Einstein Bots is enabled (true) or not (false)." } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n\n```", "declarative_metadata_sample_definition": [ { "description": "The following is an example of a BotSetting. This example has been trimmed to make it easier to read.", "code": "\n\n true\n" } ] }