Compartilhar via


ResponseFormatJsonSchemaTypeType Struct

Definition

The ResponseFormatJsonSchemaTypeType.

public readonly struct ResponseFormatJsonSchemaTypeType : IEquatable<Azure.AI.Agents.Persistent.ResponseFormatJsonSchemaTypeType>
type ResponseFormatJsonSchemaTypeType = struct
Public Structure ResponseFormatJsonSchemaTypeType
Implements IEquatable(Of ResponseFormatJsonSchemaTypeType)
Inheritance
ResponseFormatJsonSchemaTypeType
Implements

Constructors

Name Description
ResponseFormatJsonSchemaTypeType(String)

Initializes a new instance of ResponseFormatJsonSchemaTypeType.

Properties

Name Description
JsonSchema

json_schema.

Methods

Name Description
Equals(ResponseFormatJsonSchemaTypeType)

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

Determines if two ResponseFormatJsonSchemaTypeType values are the same.

Implicit(String to ResponseFormatJsonSchemaTypeType)

Converts a String to a ResponseFormatJsonSchemaTypeType.

Inequality(ResponseFormatJsonSchemaTypeType, ResponseFormatJsonSchemaTypeType)

Determines if two ResponseFormatJsonSchemaTypeType values are not the same.

Applies to