WorkIQPreviewTool 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.
A WorkIQ server-side tool.
public class WorkIQPreviewTool : Azure.AI.Projects.Agents.ProjectsAgentTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.WorkIQPreviewTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.WorkIQPreviewTool>
type WorkIQPreviewTool = class
inherit ProjectsAgentTool
interface IJsonModel<WorkIQPreviewTool>
interface IPersistableModel<WorkIQPreviewTool>
Public Class WorkIQPreviewTool
Inherits ProjectsAgentTool
Implements IJsonModel(Of WorkIQPreviewTool), IPersistableModel(Of WorkIQPreviewTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| WorkIQPreviewTool(WorkIQPreviewToolParameters) |
Initializes a new instance of WorkIQPreviewTool. |
Properties
| Name | Description |
|---|---|
| Description |
Optional user-defined description for this tool or configuration. |
| Name |
Optional user-defined name for this tool or configuration. |
| WorkIqPreview |
The WorkIQ tool parameters. |