ProjectsAgentsModelFactory.SessionDirectoryListResponse Method

Definition

Response from listing a directory in a session sandbox.

public static Azure.AI.Projects.Agents.SessionDirectoryListResponse SessionDirectoryListResponse(string path = default, System.Collections.Generic.IEnumerable<Azure.AI.Projects.Agents.SessionDirectoryEntry> entries = default);
static member SessionDirectoryListResponse : string * seq<Azure.AI.Projects.Agents.SessionDirectoryEntry> -> Azure.AI.Projects.Agents.SessionDirectoryListResponse
Public Shared Function SessionDirectoryListResponse (Optional path As String = Nothing, Optional entries As IEnumerable(Of SessionDirectoryEntry) = Nothing) As SessionDirectoryListResponse

Parameters

path
String

The path that was listed, relative to the session home directory.

entries
IEnumerable<SessionDirectoryEntry>

The directory entries.

Returns

A new SessionDirectoryListResponse instance for mocking.

Applies to