-
Notifications
You must be signed in to change notification settings - Fork 38
VAPI-1390: Real-Time Transcription Doc Proposal #992
Conversation
1 similar comment
72f46d3
to
7bcfda2
Compare
| callUrl | The URL of the call associated with the event | | ||
| cause | The reason the real-time transcription was rejected, can be one of `connection-error`, `duplicate`, `error` or `track-limit` | | ||
| direction | The direction of the call. Either `inbound` or `outbound`. The direction of a call never changes. | | ||
| enqueuedTime | (optional) If [call queueing](/apis/voice#operation/createCall/) is enabled and this is an outbound call, time the call was queued, in ISO 8601 format. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| enqueuedTime | (optional) If [call queueing](/apis/voice#operation/createCall/) is enabled and this is an outbound call, time the call was queued, in ISO 8601 format. | | |
| enqueuedTime | (optional) If [call queueing](/apis/voice#operation/createCall/) is enabled and this is an outbound call, time the call was queued, in ISO 8601 format. Else, this field is omitted. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got this in all other callbacks, thx!
@@ -4197,9 +4197,7 @@ paths: | |||
description: >- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't comment on the line above this, but maybe we should rename the summary to Get Recording Transcription
?
Co-authored-by: Catherine <31828886+CatexB@users.noreply.github.com>
…thub.com:Bandwidth/api-docs into vapi-1390-real-time-transcription
title: Start Transcription | ||
slug: /voice/bxml/startTranscription | ||
description: A general overview of Bandwidth's startTranscription BXML Verb | ||
keywords: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small but transcription
should be here probably
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same for the other places ig
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It has "transcribing"
This event may be sent to the url specified when sending a [`<StartTranscription>`][1] verb. This event will be sent if the real-time transcription requested in the `<StartTranscription>` verb was not started. | ||
|
||
## Request Parameters | ||
TODO `s/originalTranscription/originalRealtimeTranscription`? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
All spec changes should be done in the api-specs repository.
Please follow the Guide for contributing to our developer documentation.
Spec PR here
Has a lot of loose ends to tie up. For example:
StartTranscription
to about, overview, etcStartTranscription
StopTranscription
to about, overview, etcStopTranscription
realtimeTranscription
tostartTranscription
?