From Bright Pattern Documentation

Revision as of 21:51, 3 April 2026 by Laura.donovan (talk | contribs) (Updated via BpClonePage extension. Source page: draft:Embedded-agent-desktop-api-specification/Methods/selectService)

< Previous | Next >
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

selectService

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

See the Agent Desktop 1.0 SDK 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 >