Language

AgentInsightPromptSurface.Implicit Operator

Definition

Overloads

Implicit(String to AgentInsightPromptSurface)

Source:
AgentInsightPromptSurface.cs

Converts a string to a AgentInsightPromptSurface.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<AgentInsightPromptSurface>)

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

Parameters

value
String

Returns

Applies to