Share via


ResponseObject Struct

Definition

The ResponseObject.

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

Constructors

Name Description
ResponseObject(String)

Initializes a new instance of ResponseObject.

Properties

Name Description
Response

response.

Methods

Name Description
Equals(ResponseObject)

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

Determines if two ResponseObject values are the same.

Implicit(String to ResponseObject)

Converts a String to a ResponseObject.

Inequality(ResponseObject, ResponseObject)

Determines if two ResponseObject values are not the same.

Applies to