From 4aee4aad0d778c7f5f1cf51c15875746f7e1db6c Mon Sep 17 00:00:00 2001 From: Sandra Rodgers Date: Fri, 18 Aug 2023 16:44:03 -0500 Subject: [PATCH] adds request id back --- deepgram/prerecorded.go | 1 + 1 file changed, 1 insertion(+) 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"` }