From Bright Pattern Documentation
imported>Tracy |
(Updated via BpDeleteTranslateTags script) |
||
Line 1: | Line 1: | ||
− | + | ||
= selectService = | = selectService = | ||
Selects a configured service (e.g., voice, chat, etc.) by name. | Selects a configured service (e.g., voice, chat, etc.) by name. | ||
Line 24: | Line 24: | ||
== Response == | == Response == | ||
Empty. In response to the request, the service to be used for interactions changes to the specified service name. | Empty. In response to the request, the service to be used for interactions changes to the specified service name. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 04:13, 29 May 2024
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.