@@ -58,7 +58,7 @@ def create( # type: ignore[override]
5858 request_options = request_options ,
5959 )
6060 return SpeechEngineResource (
61- id = response .speech_engine_id ,
61+ engine_id = response .speech_engine_id ,
6262 client_wrapper = self ._raw_client ._client_wrapper ,
6363 response = response ,
6464 )
@@ -79,7 +79,7 @@ def get( # type: ignore[override]
7979 """
8080 response = super ().get (speech_engine_id , request_options = request_options )
8181 return SpeechEngineResource (
82- id = speech_engine_id ,
82+ engine_id = speech_engine_id ,
8383 client_wrapper = self ._raw_client ._client_wrapper ,
8484 response = response ,
8585 )
@@ -123,7 +123,7 @@ def update( # type: ignore[override]
123123 request_options = request_options ,
124124 )
125125 return SpeechEngineResource (
126- id = speech_engine_id ,
126+ engine_id = speech_engine_id ,
127127 client_wrapper = self ._raw_client ._client_wrapper ,
128128 response = response ,
129129 )
@@ -171,7 +171,7 @@ async def create( # type: ignore[override]
171171 request_options = request_options ,
172172 )
173173 return SpeechEngineResource (
174- id = response .speech_engine_id ,
174+ engine_id = response .speech_engine_id ,
175175 client_wrapper = self ._raw_client ._client_wrapper ,
176176 response = response ,
177177 )
@@ -192,7 +192,7 @@ async def get( # type: ignore[override]
192192 """
193193 response = await super ().get (speech_engine_id , request_options = request_options )
194194 return SpeechEngineResource (
195- id = speech_engine_id ,
195+ engine_id = speech_engine_id ,
196196 client_wrapper = self ._raw_client ._client_wrapper ,
197197 response = response ,
198198 )
@@ -236,7 +236,7 @@ async def update( # type: ignore[override]
236236 request_options = request_options ,
237237 )
238238 return SpeechEngineResource (
239- id = speech_engine_id ,
239+ engine_id = speech_engine_id ,
240240 client_wrapper = self ._raw_client ._client_wrapper ,
241241 response = response ,
242242 )
0 commit comments