Share via


ConversationsModelFactory.CustomConversationSummarizationActionContent Method

Definition

Initializes a new instance of CustomConversationSummarizationActionContent.

public static Azure.AI.Language.Conversations.Models.CustomConversationSummarizationActionContent CustomConversationSummarizationActionContent (bool? loggingOptOut = default, string projectName = default, string deploymentName = default, int? sentenceCount = default, Azure.AI.Language.Conversations.Models.StringIndexType? stringIndexType = default, Azure.AI.Language.Conversations.Models.SummaryLengthBucket? summaryLength = default, System.Collections.Generic.IEnumerable<Azure.AI.Language.Conversations.Models.SummaryAspect> summaryAspects = default);
static member CustomConversationSummarizationActionContent : Nullable<bool> * string * string * Nullable<int> * Nullable<Azure.AI.Language.Conversations.Models.StringIndexType> * Nullable<Azure.AI.Language.Conversations.Models.SummaryLengthBucket> * seq<Azure.AI.Language.Conversations.Models.SummaryAspect> -> Azure.AI.Language.Conversations.Models.CustomConversationSummarizationActionContent
Public Shared Function CustomConversationSummarizationActionContent (Optional loggingOptOut As Nullable(Of Boolean) = Nothing, Optional projectName As String = Nothing, Optional deploymentName As String = Nothing, Optional sentenceCount As Nullable(Of Integer) = Nothing, Optional stringIndexType As Nullable(Of StringIndexType) = Nothing, Optional summaryLength As Nullable(Of SummaryLengthBucket) = Nothing, Optional summaryAspects As IEnumerable(Of SummaryAspect) = Nothing) As CustomConversationSummarizationActionContent

Parameters

loggingOptOut
Nullable<Boolean>

logging opt out.

projectName
String

This field indicates the project name for the model.

deploymentName
String

This field indicates the deployment name for the model.

sentenceCount
Nullable<Int32>

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

stringIndexType
Nullable<StringIndexType>

String index type.

summaryLength
Nullable<SummaryLengthBucket>

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

summaryAspects
IEnumerable<SummaryAspect>

Array of Summary Aspects.

Returns

A new CustomConversationSummarizationActionContent instance for mocking.

Applies to