Share via


AgentCommunicationMethod(String) Constructor

Definition

Initializes a new instance of AgentCommunicationMethod.

public AgentCommunicationMethod(string value);
new Azure.AI.Projects.OpenAI.AgentCommunicationMethod : string -> Azure.AI.Projects.OpenAI.AgentCommunicationMethod
Public Sub New (value As String)

Parameters

value
String

The value.

Exceptions

value is null.

Applies to