McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 523

↗ View in doc context
page
523
source
finesse/v12.5/developer-guide/developer-guide.md
chunk_id
finesse::v12.5::developer-guide::developer-guide::507

Returns {finesse.restservices.MediaPropertiesLayout} The MediaPropertiesLayout object. getData() Retrieves the data for the object. Performs safe conversion from raw API data to ensure the returned layout. The object has a header with correct entry fields and exactly two columns with lists of entries. Returns {finesse.restservices.MediaPropertiesLayout.Object} The data in columns (unless only one defined). getDescription() Retrieves the description. Returns {String} The description. getName() Retrieves the name. Returns {String} The name. getType() Retrieves the layout type DEFAULT or CUSTOM. Returns {String} The layout type DEFAULT or CUSTOM. ChatConfig Class finesse.restservices.ChatConfig Represents the ChatConfig object and exposes methods to operate on the object against the server. The ChatConfig object is a container element that holds the Cisco Finesse chat configuration and URLs of the primary and secondary chat servers. Example _chatcfg = new finesse.restservices.ChatConfig({ "onLoad": _onLoadHandler, "onError": _onErrorHandler, "onChange": _onChangeHandler }); Field Details Description Name Determines whether the object supports subscriptions. For more information, see Subscription Support, on page 455. supportsSubscriptions Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 507 Cisco Finesse JavaScript APIs ChatConfig