#Add `Extra Metadata` to UtteranceEndResponse in Go?

1 messages · Page 1 of 1 (latest)

drowsy compass
#

Right now only the MessageResponse returns the data you pass in with the extra parameter. I use this field to know which session a response is associated with, which I can't do if it's not included in every message type.

The docs make it seem like it would be included in every API response: https://developers.deepgram.com/docs/extra-metadata

But I'm particularly interested in UtteranceEndResponse at the moment.

wary spearBOT
#

Thanks for asking your question. Please be sure to reply with as much detail as possible so the community can assist you efficiently.
-# If you haven't done so, ensure your Discord and Github profiles are linked to Deepgram so you can earn points to redeem on cool stuff just by being active!

#

It looks like we're missing some important information to help debug your issue. Would you mind providing us with the following details in a reply?

  • The programming language you are working in (e.g. JavaScript, Python).
  • The deepgram product you are using (e.g Speech to Text, Agent API)
  • A request ID that triggered your error or issue.
drowsy compass
#

I'm using Go and the Speech to Text API

shell cloudBOT