MessageContentType Struct
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.
public readonly struct MessageContentType : IEquatable<Azure.AI.AgentServer.Responses.Models.MessageContentType>
type MessageContentType = struct
Public Structure MessageContentType
Implements IEquatable(Of MessageContentType)
- Inheritance
-
MessageContentType
- Implements
Constructors
| Name | Description |
|---|---|
| MessageContentType(String) |
Initializes a new instance of MessageContentType. |
Properties
| Name | Description |
|---|---|
| ComputerScreenshot |
Gets the ComputerScreenshot. |
| InputFile |
Gets the InputFile. |
| InputImage |
Gets the InputImage. |
| InputText |
Gets the InputText. |
| OutputText |
Gets the OutputText. |
| ReasoningText |
Gets the ReasoningText. |
| Refusal |
Gets the Refusal. |
| SummaryText |
Gets the SummaryText. |
| Text |
Gets the Text. |
Methods
| Name | Description |
|---|---|
| Equals(MessageContentType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(MessageContentType, MessageContentType) |
Determines if two MessageContentType values are the same. |
| Implicit(String to MessageContentType) |
Converts a string to a MessageContentType. |
| Implicit(String to Nullable<MessageContentType>) | |
| Inequality(MessageContentType, MessageContentType) |
Determines if two MessageContentType values are not the same. |