Integrate AutoTranscribe for real-time speech-to-text transcription
wss://<internal-voice-gateway-ingress>?token=<short_lived_access_token>
Your Stream Request | ASAPP Response |
---|---|
startStream message | startResponse message |
Stream audio - audio-in | transcript message |
finishStream message | finalResponse message |
startStream
message:
startResponse
:
ws.send(<binary_blob>)
You’ll receive transcript
messages:
/analyze
endpoint to evaluate the conversation:
taskName
and inputVariables
attributes.
You can also simulate Tasks and Input Variables in the Previewer
finishStream
message:
finalResponse
: