TextContent 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.
Text Content.
public class TextContent : Azure.AI.AgentServer.Responses.Models.MessageContent, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.TextContent>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.TextContent>
type TextContent = class
inherit MessageContent
interface IJsonModel<TextContent>
interface IPersistableModel<TextContent>
Public Class TextContent
Inherits MessageContent
Implements IJsonModel(Of TextContent), IPersistableModel(Of TextContent)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| TextContent(String) |
Initializes a new instance of TextContent. |
Properties
| Name | Description |
|---|---|
| Text |
Gets or sets the Text. |