ConversationsModelFactory.CustomConversationSummarizationActionContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- projectName
- String
This field indicates the project name for the model.
- deploymentName
- String
This field indicates the deployment name for the model.
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
Azure SDK for .NET