ComputerCallSafetyCheckParam 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 pending safety check for the computer call.
public class ComputerCallSafetyCheckParam : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ComputerCallSafetyCheckParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ComputerCallSafetyCheckParam>
type ComputerCallSafetyCheckParam = class
interface IJsonModel<ComputerCallSafetyCheckParam>
interface IPersistableModel<ComputerCallSafetyCheckParam>
Public Class ComputerCallSafetyCheckParam
Implements IJsonModel(Of ComputerCallSafetyCheckParam), IPersistableModel(Of ComputerCallSafetyCheckParam)
- Inheritance
-
ComputerCallSafetyCheckParam
- Implements
Constructors
| Name | Description |
|---|---|
| ComputerCallSafetyCheckParam(String) |
Initializes a new instance of ComputerCallSafetyCheckParam. |
Properties
| Name | Description |
|---|---|
| Code |
Gets or sets the Code. |
| Id |
The ID of the pending safety check. |
| Message |
Gets or sets the Message. |