From Bright Pattern Documentation
Jump to: navigation, search
(Created new topic from branched topic Documentation:ServicePattern:desktop-javascript-api-specification:SelectService:5.1)
 
Line 1: Line 1:
 
<translate>= Select Service=
 
<translate>= Select Service=
This function selects the service that will be associated with subsequent call attempts (until another service is selected using this method or via Agent Desktop)
+
This function selects the service that will be associated with subsequent call attempts (until another service is selected using this method or via Agent Desktop). If omitted or empty, subsequent call attempts will not be associated with any service.
  
 
For more information, see the Bright Pattern Contact Center ''Agent Guide'', section [[agent-guide/HowtoMakeanInternalCall|How to Make an Internal Call]] and section [[agent-guide/HowtoMakeanOutboundCall|How to Make an Outbound Call]].
 
For more information, see the Bright Pattern Contact Center ''Agent Guide'', section [[agent-guide/HowtoMakeanInternalCall|How to Make an Internal Call]] and section [[agent-guide/HowtoMakeanOutboundCall|How to Make an Outbound Call]].
  
== Syntax ==
+
== Request ==
''selectService(name);''
+
=== Syntax ===
 +
selectService(name);
 +
 
 +
=== Parameters ===
 +
{|border="1" style="border-collapse:collapse" cellpadding="5"
 +
| '''Parameter'''
 +
| '''Type'''
 +
| '''Optional/Required'''
 +
| '''Description'''
 +
| '''Example'''
 +
|-
 +
| name
 +
| String
 +
| Optional
 +
| The name of the selected service
 +
| "Voice Service"
 +
|}
 +
 
  
== Parameters ==
 
''name'' – String containing the name of the selected service; optional
 
  
If omitted or empty, subsequent call attempts will not be associated with any service.
 
  
  
  
<center>[[desktop-javascript-api-specification/DialNumber|< Previous]]  |  [[desktop-javascript-api-specification/Single-StepTransfer|Next >]]</center>
 
 
</translate>
 
</translate>

Revision as of 22:10, 9 September 2019

• 5.19 • 5.2 • 5.3 • 5.8

<translate>= Select Service= This function selects the service that will be associated with subsequent call attempts (until another service is selected using this method or via Agent Desktop). If omitted or empty, subsequent call attempts will not be associated with any service.

For more information, see the Bright Pattern Contact Center Agent Guide, section How to Make an Internal Call and section How to Make an Outbound Call.

Request

Syntax

selectService(name);

Parameters

Parameter Type Optional/Required Description Example
name String Optional The name of the selected service "Voice Service"




</translate>

< Previous | Next >