ResponsesFunctionCallStatus Struct

Definition

public readonly struct ResponsesFunctionCallStatus : IEquatable<Azure.AI.Extensions.OpenAI.ResponsesFunctionCallStatus>
type ResponsesFunctionCallStatus = struct
Public Structure ResponsesFunctionCallStatus
Implements IEquatable(Of ResponsesFunctionCallStatus)
Inheritance
ResponsesFunctionCallStatus
Implements

Constructors

Name Description
ResponsesFunctionCallStatus(String)

Initializes a new instance of ResponsesFunctionCallStatus.

Properties

Name Description
Completed

Gets the Completed.

Incomplete

Gets the Incomplete.

InProgress

Gets the InProgress.

Methods

Name Description
Equals(ResponsesFunctionCallStatus)

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

Determines if two ResponsesFunctionCallStatus values are the same.

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

Converts a string to a ResponsesFunctionCallStatus.

Inequality(ResponsesFunctionCallStatus, ResponsesFunctionCallStatus)

Determines if two ResponsesFunctionCallStatus values are not the same.

Applies to