ResponseFileSearchCallItemStatus.Implicit Operator

Definition

Overloads

Implicit(String to ResponseFileSearchCallItemStatus)

Source:
ResponseFileSearchCallItemStatus.cs

Converts a string to a ResponseFileSearchCallItemStatus.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ResponseFileSearchCallItemStatus>)

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

Parameters

value
String

Returns

Applies to