diff --git a/deepgram/clients/live/v1/response.py b/deepgram/clients/live/v1/response.py index 8fc35e5f..80c16718 100644 --- a/deepgram/clients/live/v1/response.py +++ b/deepgram/clients/live/v1/response.py @@ -170,6 +170,12 @@ class UtteranceEndResponse: """ type: Optional[str] = "" + channel: Optional[List[int]] = None + last_word_end: Optional[float] = 0 + + def __getitem__(self, key): + _dict = self.to_dict() + return _dict[key] # Error Message