TaskComment Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Task comment.
public class TaskComment : System.ClientModel.Primitives.IJsonModel<Azure.AI.Discovery.TaskComment>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Discovery.TaskComment>
type TaskComment = class
interface IJsonModel<TaskComment>
interface IPersistableModel<TaskComment>
Public Class TaskComment
Implements IJsonModel(Of TaskComment), IPersistableModel(Of TaskComment)
- Inheritance
-
TaskComment
- Implements
Constructors
| Name | Description |
|---|---|
| TaskComment(String, DiscoveryActorType, String) |
Initializes a new instance of TaskComment. |
Properties
| Name | Description |
|---|---|
| CreatedBy |
ID of the user or application who created the comment. |
| CreatedByType |
Type of creator (User, Application, System, or custom type). |
| Text |
The comment text content. |
| Timestamp |
When the comment was created. |
Methods
Operators
| Name | Description |
|---|---|
| Implicit(TaskComment to RequestContent) | |