OutputMessageContentType Struct

Definition

public readonly struct OutputMessageContentType : IEquatable<Azure.AI.AgentServer.Responses.Models.OutputMessageContentType>
type OutputMessageContentType = struct
Public Structure OutputMessageContentType
Implements IEquatable(Of OutputMessageContentType)
Inheritance
OutputMessageContentType
Implements

Constructors

Name Description
OutputMessageContentType(String)

Initializes a new instance of OutputMessageContentType.

Properties

Name Description
OutputText

Gets the OutputText.

Refusal

Gets the Refusal.

Methods

Name Description
Equals(OutputMessageContentType)

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(OutputMessageContentType, OutputMessageContentType)

Determines if two OutputMessageContentType values are the same.

Implicit(String to Nullable<OutputMessageContentType>)
Implicit(String to OutputMessageContentType)

Converts a string to a OutputMessageContentType.

Inequality(OutputMessageContentType, OutputMessageContentType)

Determines if two OutputMessageContentType values are not the same.

Applies to