CreatedBy 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.
The CreatedBy.
public class CreatedBy : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.CreatedBy>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.CreatedBy>
type CreatedBy = class
interface IJsonModel<CreatedBy>
interface IPersistableModel<CreatedBy>
Public Class CreatedBy
Implements IJsonModel(Of CreatedBy), IPersistableModel(Of CreatedBy)
- Inheritance
-
CreatedBy
- Implements
Constructors
| Name | Description |
|---|---|
| CreatedBy() |
Initializes a new instance of CreatedBy. |
Properties
| Name | Description |
|---|---|
| Agent |
The agent that created the item. |
| ResponseId |
The response on which the item is created. |