What is the current behavior?
The UtteranceEndResponse does not include the Extra Metadata. https://pkg.go.dev/github.com/deepgram/deepgram-go-sdk/[email protected]/pkg/api/listen/v1/websocket/interfaces#UtteranceEndResponse
Expected behavior
I expect it to include the Extra Metadata since the docs say:
Deepgram’s Extra Metadata feature allows you to attach arbitrary key-value pairs to your API requests that are attached to the API response for usage in downstream processing.
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.