다음을 통해 공유


ResponseFunctionCallItem Class

Definition

The ResponseFunctionCallItem.

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

Properties

Arguments

Gets the Arguments.

CallId

Gets the CallId.

Id

Gets the Id.

(Inherited from ResponseItem)
Name

Gets the Name.

Object

Gets the Object.

(Inherited from ResponseItem)
Status

Gets the Status.

Methods

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

Explicit Interface Implementations

IJsonModel<ResponseFunctionCallItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ResponseFunctionCallItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<ResponseItem>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from ResponseItem)
IJsonModel<ResponseItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ResponseItem)
IPersistableModel<ResponseFunctionCallItem>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ResponseFunctionCallItem>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ResponseFunctionCallItem>.Write(ModelReaderWriterOptions)
IPersistableModel<ResponseItem>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from ResponseItem)
IPersistableModel<ResponseItem>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from ResponseItem)
IPersistableModel<ResponseItem>.Write(ModelReaderWriterOptions) (Inherited from ResponseItem)

Applies to