From Bright Pattern Documentation
< 5.3:Embedded-agent-desktop-sdk-specification | Methods
Revision as of 19:03, 11 February 2019 by imported>Tracy
<translate>
selectService
Selects a configured service (e.g., voice, chat, etc.) by name.
Request
Syntax
window.bpspat.api.selectService(service)
Parameters
Parameter | Type | Description |
service | function | Service name |
Response
Empty.
In response to the request, the service to be used for interactions changes to the specified service name.
</translate>