Audio Events

AudioEvents retrieves the current events of the audio processing session. This RPC returns an AudioEvents object containing the current events of the microphone and any associated audio data.

HTTP Mapping: GET “/v1/conversation/audio:audioEvents” The request body is empty.

Query parameters

namestringOptional
Unique identifier for the audio resource. This field uniquely distinguishes an audio instance within the system.

Response

OK
audioobject
The current state of the audio processing session. Indicates relevant status information of the ongoing or completed audio processing.
stateintegerRead-only
The current state of the audio processing session.
messageobject
InferenceOutput is the transcribed audio message to text to pass it LLM.

Errors

400
Bad Request Error