Share via


AgentResponseEvent(String, AgentResponse) Constructor

Definition

Initializes a new instance of the AgentResponseEvent class.

public AgentResponseEvent(string executorId, Microsoft.Agents.AI.AgentResponse response);
new Microsoft.Agents.AI.Workflows.AgentResponseEvent : string * Microsoft.Agents.AI.AgentResponse -> Microsoft.Agents.AI.Workflows.AgentResponseEvent
Public Sub New (executorId As String, response As AgentResponse)

Parameters

executorId
String

The identifier of the executor that generated this event.

response
AgentResponse

The agent response.

Applies to