MessageContentOutputTextContent 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.
Output text.
public class MessageContentOutputTextContent : Azure.AI.AgentServer.Responses.Models.MessageContent, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.MessageContentOutputTextContent>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.MessageContentOutputTextContent>
type MessageContentOutputTextContent = class
inherit MessageContent
interface IJsonModel<MessageContentOutputTextContent>
interface IPersistableModel<MessageContentOutputTextContent>
Public Class MessageContentOutputTextContent
Inherits MessageContent
Implements IJsonModel(Of MessageContentOutputTextContent), IPersistableModel(Of MessageContentOutputTextContent)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| MessageContentOutputTextContent(String, IEnumerable<Annotation>, IEnumerable<LogProb>) |
Initializes a new instance of MessageContentOutputTextContent. |
Properties
| Name | Description |
|---|---|
| Annotations |
The annotations of the text output. |
| Logprobs |
Gets the Logprobs. |
| Text |
The text output from the model. |