{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "sub_types", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "LiveChatDeployment - Metadata API", "description": "Represents the configuration settings for a specific Chat deployment, such as the branding image for the deployment and whether or not chat transcripts are automatically saved.", "file_information": ".liveChatDeployment", "directory_location": "liveChatDeployments", "fields_columns": [ "type", "description" ], "fields": { "brandingImage": { "type": "string", "description": "Specifies the branding image for the deployment." }, "connectionTimeoutDuration": { "type": "int", "description": "Indicates the amount of time before the chat times out, in seconds." }, "ConnectionWarningDuration": { "type": "int", "description": "Indicates the amount of time before a time-out warning is displayed to the agent, in seconds." }, "displayQueuePosition": { "type": "boolean", "description": "(Pilot) Determines whether a customer’s queue position is displayed in a standard chat window while the customer waits for an agent to respond to the chat request (true) or not (false). This field is available as a pilot in API version 32.0. To enable this field, contact Salesforce." }, "domainWhiteList": { "type": "LiveChatDeploymentDomainWhiteList", "description": "Specifies the list of domains that can host the deployment." }, "enablePrechatApi": { "type": "boolean", "description": "Indicates whether or not the pre-chat API is enabled for the deployment (true) or not (false)." }, "enableTranscriptSave": { "type": "boolean", "description": "Indicates whether chat transcripts are automatically saved after a chat ends (true) or not (false)." }, "label": { "type": "string", "description": "Specifies the name of the deployment." }, "mobileBrandingImage": { "type": "string", "description": "Specifies the branding image for the deployment that appears when customers access the deployment on a mobile device." }, "site": { "type": "string", "description": "Specifies the site that hosts the images for the deployment. You must have the CustomDomain permission enabled in your organization before you can use a Salesforce site with Chat." }, "windowTitle": { "type": "string", "description": "Specifies the title of the window associated with the deployment." } }, "sub_types": { "LiveChatDeploymentDomainWhiteList": { "domain": { "type": "string", "description": "Specifies a domain that can host the deployment." } } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n\n\n \n \n \n\n```", "declarative_metadata_sample_definition": [ { "description": "This is a sample of a liveChatDeployment file.", "code": "\n\n \n pkb_image_bannerBg\n pkb_image_bgBottom\n \n mydomain\n test\n \n true\n GL_Knowledge_Base\n My window title\n" } ] }