From Bright Pattern Documentation
< 5.19:Embedded-agent-desktop-sdk-specification‎ | Methods
Revision as of 04:02, 29 May 2024 by BpDeeplTranslateMaintenance (talk | contribs) (Updated via BpDeleteTranslateTags script)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 5.19 • 5.3 • 5.8


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.

< Previous | Next >