Share via


AgentClusterInsightsRequest(String) Constructor

Definition

Initializes a new instance of AgentClusterInsightsRequest.

public AgentClusterInsightsRequest(string agentName);
new Azure.AI.Projects.AgentClusterInsightsRequest : string -> Azure.AI.Projects.AgentClusterInsightsRequest
Public Sub New (agentName As String)

Parameters

agentName
String

Identifier for the agent.

Exceptions

agentName is null.

Applies to