Compartir a través de


CustomSummaryResult Class

Definition

Custom Summary Results.

public class CustomSummaryResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Models.CustomSummaryResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Models.CustomSummaryResult>
type CustomSummaryResult = class
    interface IJsonModel<CustomSummaryResult>
    interface IPersistableModel<CustomSummaryResult>
Public Class CustomSummaryResult
Implements IJsonModel(Of CustomSummaryResult), IPersistableModel(Of CustomSummaryResult)
Inheritance
CustomSummaryResult
Implements

Properties

Conversations

array of conversations.

DeploymentName

This field indicates the deployment name for the model.

Errors

Errors by document id.

ProjectName

This field indicates the project name for the model.

Statistics

if showStats=true was specified in the request this field will contain information about the request payload.

Explicit Interface Implementations

IJsonModel<CustomSummaryResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CustomSummaryResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomSummaryResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomSummaryResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CustomSummaryResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to