Share via


AgentCommunicationMethod.Implicit Operator

Definition

Overloads

Implicit(String to AgentCommunicationMethod)

Source:
AgentCommunicationMethod.cs

Converts a string to a AgentCommunicationMethod.

public static implicit operator Azure.AI.Projects.OpenAI.AgentCommunicationMethod(string value);
static member op_Implicit : string -> Azure.AI.Projects.OpenAI.AgentCommunicationMethod
Public Shared Widening Operator CType (value As String) As AgentCommunicationMethod

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<AgentCommunicationMethod>)

Source:
AgentCommunicationMethod.cs
public static implicit operator Azure.AI.Projects.OpenAI.AgentCommunicationMethod?(string value);
static member op_Implicit : string -> Nullable<Azure.AI.Projects.OpenAI.AgentCommunicationMethod>
Public Shared Widening Operator CType (value As String) As Nullable(Of AgentCommunicationMethod)

Parameters

value
String

Returns

Applies to