次の方法で共有


CustomConversationSummarizationActionContent Class

Definition

Supported parameters for a custom conversation summarization task.

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

Constructors

CustomConversationSummarizationActionContent(String, String, IEnumerable<SummaryAspect>)

Initializes a new instance of CustomConversationSummarizationActionContent.

Properties

DeploymentName

This field indicates the deployment name for the model.

LoggingOptOut

logging opt out.

ProjectName

This field indicates the project name for the model.

SentenceCount

It controls the approximate number of sentences in the output summaries.

StringIndexType

String index type.

SummaryAspects

Array of Summary Aspects.

SummaryLength

Controls the approximate length of the output summaries. Recommended to use summaryLength over sentenceCount.

Explicit Interface Implementations

IJsonModel<CustomConversationSummarizationActionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomConversationSummarizationActionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomConversationSummarizationActionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomConversationSummarizationActionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomConversationSummarizationActionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to