From Bright Pattern Documentation
Jump to: navigation, search
 
Line 14: Line 14:
 
| '''Type'''
 
| '''Type'''
 
| '''Description'''
 
| '''Description'''
 +
| '''Example'''
 
|-
 
|-
 
| service name
 
| service name
 
| function
 
| function
| Service name (e.g., "Customer Service")
+
| Service name
 +
| "Customer Service"
 
|}
 
|}
  

Latest revision as of 21:20, 27 March 2019

• 5.19 • 5.3 • 5.8

selectService

Selects a configured service (e.g., voice, chat, etc.) by name.

See the Embedded Agent Desktop Specification's Use Cases section for ways to use this method.

Request

Syntax

window.bpspat.api.selectService(service name)

Parameters

Parameter Type Description Example
service name function Service name "Customer Service"

Response

Empty. In response to the request, the service to be used for interactions changes to the specified service name.



< Previous | Next >