diff --git a/deepgram/prerecorded.go b/deepgram/prerecorded.go index e4809a69..014f54cf 100644 --- a/deepgram/prerecorded.go +++ b/deepgram/prerecorded.go @@ -55,6 +55,7 @@ type PreRecordedTranscriptionOptions struct { } type PreRecordedResponse struct { + Request_id string `json:"request_id,omitempty"` Metadata Metadata `json:"metadata"` Results Results `json:"results"` }