ResponsesModelFactory.DeleteResponseResult(String) Method

Definition

Creates a DeleteResponseResult instance for mocking.

public static Azure.AI.AgentServer.Responses.Models.DeleteResponseResult DeleteResponseResult(string id = default);
static member DeleteResponseResult : string -> Azure.AI.AgentServer.Responses.Models.DeleteResponseResult
Public Shared Function DeleteResponseResult (Optional id As String = Nothing) As DeleteResponseResult

Parameters

id
String

The ID of the deleted response.

Returns

A new DeleteResponseResult instance with Deleted set to true.

Applies to