ConversationsModelFactory.CustomSummaryResult 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 CustomSummaryResult.
public static Azure.AI.Language.Conversations.Models.CustomSummaryResult CustomSummaryResult (System.Collections.Generic.IEnumerable<Azure.AI.Language.Conversations.Models.ConversationsSummaryResult> conversations = default, System.Collections.Generic.IEnumerable<Azure.AI.Language.Conversations.Models.DocumentError> errors = default, Azure.AI.Language.Conversations.Models.RequestStatistics statistics = default, string projectName = default, string deploymentName = default);
static member CustomSummaryResult : seq<Azure.AI.Language.Conversations.Models.ConversationsSummaryResult> * seq<Azure.AI.Language.Conversations.Models.DocumentError> * Azure.AI.Language.Conversations.Models.RequestStatistics * string * string -> Azure.AI.Language.Conversations.Models.CustomSummaryResult
Public Shared Function CustomSummaryResult (Optional conversations As IEnumerable(Of ConversationsSummaryResult) = Nothing, Optional errors As IEnumerable(Of DocumentError) = Nothing, Optional statistics As RequestStatistics = Nothing, Optional projectName As String = Nothing, Optional deploymentName As String = Nothing) As CustomSummaryResult
Parameters
- conversations
- IEnumerable<ConversationsSummaryResult>
array of conversations.
- errors
- IEnumerable<DocumentError>
Errors by document id.
- statistics
- RequestStatistics
if showStats=true was specified in the request this field will contain information about the request payload.
- projectName
- String
This field indicates the project name for the model.
- deploymentName
- String
This field indicates the deployment name for the model.
Returns
A new CustomSummaryResult instance for mocking.
Applies to
Azure SDK for .NET