Share via


AgentResponseItemKind.Implicit Operator

Definition

Overloads

Implicit(String to AgentResponseItemKind)

Source:
AgentResponseItemKind.cs

Converts a string to a AgentResponseItemKind.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<AgentResponseItemKind>)

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

Parameters

value
String

Returns

Applies to