{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "LiveAgentSettings - Metadata API", "description": "Represents an organization’s Chat settings, such as whether Chat is enabled. This type extends the Metadata metadata type and inherits its fullName field.", "file_information": ".settings", "directory_location": "settings", "fields_columns": [ "type", "description" ], "fields": { "enableChatFindOrCreateEnable": { "type": "boolean", "description": "Indicates whether the findOrCreate method of the Chat API is enabled for agents (true) or not (false). Available in API version 53.0 and later." }, "enableLiveAgent": { "type": "boolean", "description": "Indicates whether Chat is enabled (true) or not (false)." }, "enableQuickTextEnabled": { "type": "boolean", "description": "Indicates whether Quick Text is enabled (true) or not (false)." }, "priority": { "type": "integer", "description": "Indicates the priority level of a Chat." } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n\n```", "declarative_metadata_sample_definition": [ { "description": "This is a sample Chat settings file.", "code": "\n\n true\n" } ] }