ResponsesFunctionCallOutputStatus Struct

Definition

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

Constructors

Name Description
ResponsesFunctionCallOutputStatus(String)

Initializes a new instance of ResponsesFunctionCallOutputStatus.

Properties

Name Description
Completed

Gets the Completed.

Incomplete

Gets the Incomplete.

InProgress

Gets the InProgress.

Methods

Name Description
Equals(ResponsesFunctionCallOutputStatus)

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

Determines if two ResponsesFunctionCallOutputStatus values are the same.

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

Converts a string to a ResponsesFunctionCallOutputStatus.

Inequality(ResponsesFunctionCallOutputStatus, ResponsesFunctionCallOutputStatus)

Determines if two ResponsesFunctionCallOutputStatus values are not the same.

Applies to