SharedCapabilitiesResult

Represents the result type for the rep capabilities that are shared across partner telephony and Messaging.

Constructor 

new SharedCapabilitiesResult(param)

Functions Where Used 

Parameters 

FieldTypeDescription
paramobjectParameters associated with the shared capabilities result.
param.debugEnabledbooleanIndicates whether the rep can download logs.
param.hasAgentAvailabilitybooleanIndicates whether the connector provides rep availability for phone book contacts or reps in the Messaging transfer rep list. If false, Salesforce tries to calculate availability for contacts of type Agent and the value specified in Contact.availability is ignored.
param.hasAutoAcceptEnabledbooleanIndicates whether the rep has auto accept enabled.
param.hasContactSearchbooleanIndicates whether the vendor supports contact search.
param.hasPendingStatusChangebooleanIndicates whether the pending status change behavior is enabled.
param.hasQueueWaitTimebooleanIndicates whether Salesforce or the partner provider calculates estimated wait time values. If false, Salesforce calculates estimated wait times. If true, the partner provider calculates them. The default value is false.
param.hasSFDCPendingStatebooleanIndicates whether Amazon Connect has sfdc_pending state.
param.hasTransferToOmniFlowbooleanIndicates whether the voice call or Messaging session can be transferred to an Omni-Channel flow. The default value is false.

Example 

1new SharedCapabilitiesResult({
2  hasContactSearch: true,
3  hasAgentAvailability: true,
4  hasQueueWaitTime: true,
5  debugEnabled: true,
6  hasTransferToOmniFlow: true,
7});

Newer Version Available

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

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!