Newer Version Available

This content describes an older version of this product. View Latest

EmbeddedServiceLiveAgent

Represents a setup node for creating a snap-in Live Agent deployment. Available in Tooling API version 38.0 and later.

Supported Calls

create(), delete() describe(), query(), retrieve(), update()

Supported REST HTTP Methods

REST HTTP isn’t supported in version 38.0.

Fields

Field Details
DeveloperName
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
Unique name for the embedded service configuration setup node.
EmbeddedServiceConfigID
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
Unique name for the snap-in deployment ID.
Language
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort
Description
Languages supported in the snap-in Live Agent deployment.
  • Chinese (Simplified): zh_CN
  • Chinese (Traditional): zh_TW
  • Danish: da
  • Dutch: nl_NL
  • English: en_US
  • Finnish: fi
  • French: fr
  • German: de
  • Italian: it
  • Japanese: ja
  • Korean: ko
  • Norwegian: no
  • Portuguese (Brazil): pt_BR
  • Russian: ru
  • Spanish: es
  • Spanish (Mexico): es_MX
  • Swedish: sv
  • Thai: th
LiveChatButtonId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Reference to a chat button created in the Live Agent setup.
LiveChatDeploymentId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Reference to a deployment created in the Live Agent setup.
MasterLabel
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
Name of the snap-in Live Agent deployment.

Usage

EmbeddedServiceLiveAgent represents a Live Agent configuration that is added to your web page. The EmbeddedServiceLiveAgent record contains a unique combination of a Live Agent chat button and the Live Agent deployment that the administrator selects during setup.

Create an EmbeddedServiceLiveAgent Record

To create an EmbeddedServiceLiveAgent record:
  1. Create a LiveAgent Deployment record.
  2. Create a LiveAgent Chat Button record.
  3. Create an EmbeddedServiceConfig record.
  4. Set the fields for the LiveAgent Deployment record, LiveAgent Chat Button record, and EmbeddedServiceConfig record as references on the EmbeddedServiceLiveAgent record.