ProjectsAgentsModelFactory.SessionDirectoryListResponse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.