ResponsesModelFactory.DeleteResponseResult(String) 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.
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.