ParticipantRole.Implicit(String to ParticipantRole) Operator

Definition

Converts a string to a ParticipantRole.

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

Parameters

value
String

Returns

Applies to