DiscoveryModelFactory.TaskAssignee(String, DiscoveryActorType) Method

Definition

Task assignee information.

public static Azure.AI.Discovery.TaskAssignee TaskAssignee(string id = default, Azure.AI.Discovery.DiscoveryActorType type = default);
static member TaskAssignee : string * Azure.AI.Discovery.DiscoveryActorType -> Azure.AI.Discovery.TaskAssignee
Public Shared Function TaskAssignee (Optional id As String = Nothing, Optional type As DiscoveryActorType = Nothing) As TaskAssignee

Parameters

id
String

The unique identifier of the assignee.

type
DiscoveryActorType

Type of assignee (User, Application, System, or custom type).

Returns

A new TaskAssignee instance for mocking.

Applies to