Skip to main content

Question

POST 

/workstations/:workstation_id/voice/question

Speak a question into the virtual microphone, listening for a user response, and then optionally responding back.

Request

Path Parameters

    workstation_id uidrequired

    The UID associated to a Workstation. Learn more

Body

required

    copy string

    Pre-written copy that will be spoken verbatim into the virtual microphone.

    optionalResponse boolean

    Determines if the agent can optionally respond to the user. An LLM analyzes the interaction to decide if a response is needed. The default value is false.

Responses

Question task successful

Loading...