@@ -225,7 +225,7 @@ def _create(
225225 Creates a new session in the Agent Engine.
226226
227227 Args:
228- name (str): Required. The name of the Agent Engine session to be created . Format:
228+ name (str): Required. The name of the Agent Engine to create the session under . Format:
229229 `projects/{project}/locations/{location}/reasoningEngines/{resource_id}`.
230230 user_id (str): Required. The user ID of the session.
231231 config (CreateAgentEngineSessionConfig):
@@ -293,7 +293,7 @@ def delete(
293293
294294 Args:
295295 name (str): Required. The name of the Agent Engine session to be deleted. Format:
296- `projects/{project}/locations/{location}/reasoningEngines/{resource_id}`.
296+ `projects/{project}/locations/{location}/reasoningEngines/{resource_id}/sessions/{session_id} `.
297297 config (DeleteAgentEngineSessionConfig):
298298 Optional. Additional configurations for deleting the Agent Engine session.
299299
@@ -358,7 +358,7 @@ def get(
358358
359359 Args:
360360 name (str): Required. The name of the Agent Engine session to get. Format:
361- `projects/{project}/locations/{location}/reasoningEngines/{resource_id}`.
361+ `projects/{project}/locations/{location}/reasoningEngines/{resource_id}/sessions/{session_id} `.
362362 config (GetAgentEngineSessionConfig):
363363 Optional. Additional configurations for getting the Agent Engine session.
364364
@@ -539,7 +539,7 @@ def _update(
539539
540540 Args:
541541 name (str): Required. The name of the Agent Engine session to be updated. Format:
542- `projects/{project}/locations/{location}/reasoningEngines/{resource_id}`.
542+ `projects/{project}/locations/{location}/reasoningEngines/{resource_id}/sessions/{session_id} `.
543543 config (UpdateAgentEngineSessionConfig):
544544 Optional. Additional configurations for updating the Agent Engine session.
545545
@@ -699,7 +699,7 @@ async def _create(
699699 Creates a new session in the Agent Engine.
700700
701701 Args:
702- name (str): Required. The name of the Agent Engine session to be created . Format:
702+ name (str): Required. The name of the Agent Engine to create the session under . Format:
703703 `projects/{project}/locations/{location}/reasoningEngines/{resource_id}`.
704704 user_id (str): Required. The user ID of the session.
705705 config (CreateAgentEngineSessionConfig):
@@ -769,7 +769,7 @@ async def delete(
769769
770770 Args:
771771 name (str): Required. The name of the Agent Engine session to be deleted. Format:
772- `projects/{project}/locations/{location}/reasoningEngines/{resource_id}`.
772+ `projects/{project}/locations/{location}/reasoningEngines/{resource_id}/sessions/{session_id} `.
773773 config (DeleteAgentEngineSessionConfig):
774774 Optional. Additional configurations for deleting the Agent Engine session.
775775
@@ -836,7 +836,7 @@ async def get(
836836
837837 Args:
838838 name (str): Required. The name of the Agent Engine session to get. Format:
839- `projects/{project}/locations/{location}/reasoningEngines/{resource_id}`.
839+ `projects/{project}/locations/{location}/reasoningEngines/{resource_id}/sessions/{session_id} `.
840840 config (GetAgentEngineSessionConfig):
841841 Optional. Additional configurations for getting the Agent Engine session.
842842
@@ -1023,7 +1023,7 @@ async def _update(
10231023
10241024 Args:
10251025 name (str): Required. The name of the Agent Engine session to be updated. Format:
1026- `projects/{project}/locations/{location}/reasoningEngines/{resource_id}`.
1026+ `projects/{project}/locations/{location}/reasoningEngines/{resource_id}/sessions/{session_id} `.
10271027 config (UpdateAgentEngineSessionConfig):
10281028 Optional. Additional configurations for updating the Agent Engine session.
10291029
0 commit comments