你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ResponseFunctionCallOutputItem Class

Definition

A function call output item within a conversation.

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

Properties

CallId

Gets the CallId.

Id

Gets the Id.

(Inherited from SessionResponseItem)
Object

Gets the Object.

(Inherited from SessionResponseItem)
Output

Gets the Output.

Methods

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

Explicit Interface Implementations

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

Applies to