TaskComment.Implicit(TaskComment to RequestContent) Operator

Definition

public static implicit operator Azure.Core.RequestContent(Azure.AI.Discovery.TaskComment taskComment);
static member op_Implicit : Azure.AI.Discovery.TaskComment -> Azure.Core.RequestContent
Public Shared Widening Operator CType (taskComment As TaskComment) As RequestContent

Parameters

taskComment
TaskComment

The TaskComment to serialize into RequestContent.

Returns

Applies to