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
name
Unique identifier for the audio resource.
This field uniquely distinguishes an audio instance within the system.
Response
OK
audio
The current state of the audio processing session.
Indicates relevant status information of the ongoing or completed audio processing.
state
The current state of the audio processing session.
message
InferenceOutput is the transcribed audio message to text to pass it LLM.
Errors
400
Bad Request Error