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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET