Share via


FunctionCallOutputItem Class

Definition

A function call output item within a conversation.

public class FunctionCallOutputItem : Azure.AI.VoiceLive.ConversationRequestItem, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.FunctionCallOutputItem>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.FunctionCallOutputItem>
type FunctionCallOutputItem = class
    inherit ConversationRequestItem
    interface IJsonModel<FunctionCallOutputItem>
    interface IPersistableModel<FunctionCallOutputItem>
Public Class FunctionCallOutputItem
Inherits ConversationRequestItem
Implements IJsonModel(Of FunctionCallOutputItem), IPersistableModel(Of FunctionCallOutputItem)
Inheritance
FunctionCallOutputItem
Implements

Constructors

Name Description
FunctionCallOutputItem(String, String)

Initializes a new instance of FunctionCallOutputItem.

Properties

Name Description
CallId

Gets or sets the CallId.

Id

Gets or sets the Id.

(Inherited from ConversationRequestItem)
Output

Gets or sets the Output.

Status

Gets or sets the Status.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ConversationRequestItem>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from ConversationRequestItem)
IJsonModel<ConversationRequestItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ConversationRequestItem)
IJsonModel<FunctionCallOutputItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<FunctionCallOutputItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<ConversationRequestItem>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from ConversationRequestItem)
IPersistableModel<ConversationRequestItem>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from ConversationRequestItem)
IPersistableModel<ConversationRequestItem>.Write(ModelReaderWriterOptions) (Inherited from ConversationRequestItem)
IPersistableModel<FunctionCallOutputItem>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<FunctionCallOutputItem>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<FunctionCallOutputItem>.Write(ModelReaderWriterOptions)

Applies to