Share via


FunctionCallItem Class

Definition

A function call item within a conversation.

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

Constructors

Name Description
FunctionCallItem(String, String, String)

Initializes a new instance of FunctionCallItem.

Properties

Name Description
Arguments

Gets or sets the Arguments.

CallId

Gets or sets the CallId.

Id

Gets or sets the Id.

(Inherited from ConversationRequestItem)
Name

Gets or sets the Name.

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<FunctionCallItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<FunctionCallItem>.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<FunctionCallItem>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<FunctionCallItem>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<FunctionCallItem>.Write(ModelReaderWriterOptions)

Applies to