ResponsesFunctionCallOutputStatus(String) Constructor

Definition

Initializes a new instance of ResponsesFunctionCallOutputStatus.

public ResponsesFunctionCallOutputStatus(string value);
new Azure.AI.Extensions.OpenAI.ResponsesFunctionCallOutputStatus : string -> Azure.AI.Extensions.OpenAI.ResponsesFunctionCallOutputStatus
Public Sub New (value As String)

Parameters

value
String

The value.

Exceptions

value is null.

Applies to