OutputContentType 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 OutputContentType : IEquatable<Azure.AI.AgentServer.Responses.Models.OutputContentType>
type OutputContentType = struct
Public Structure OutputContentType
Implements IEquatable(Of OutputContentType)
- Inheritance
-
OutputContentType
- Implements
Constructors
| Name | Description |
|---|---|
| OutputContentType(String) |
Initializes a new instance of OutputContentType. |
Properties
| Name | Description |
|---|---|
| OutputText |
Gets the OutputText. |
| ReasoningText |
Gets the ReasoningText. |
| Refusal |
Gets the Refusal. |
Methods
| Name | Description |
|---|---|
| Equals(OutputContentType) |
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(OutputContentType, OutputContentType) |
Determines if two OutputContentType values are the same. |
| Implicit(String to Nullable<OutputContentType>) | |
| Implicit(String to OutputContentType) |
Converts a string to a OutputContentType. |
| Inequality(OutputContentType, OutputContentType) |
Determines if two OutputContentType values are not the same. |