SummaryAspect Struct
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.
Supported parameters for a conversational summarization task.
public readonly struct SummaryAspect : IEquatable<Azure.AI.Language.Conversations.Models.SummaryAspect>
type SummaryAspect = struct
Public Structure SummaryAspect
Implements IEquatable(Of SummaryAspect)
- Inheritance
-
SummaryAspect
- Implements
Constructors
SummaryAspect(String) |
Initializes a new instance of SummaryAspect. |
Properties
ChapterTitle |
Chapter title of any conversation. It's usually one phrase or several phrases naturally combined. Long conversations tend to have more chapters. You can find the chapter boundary from the summary context. |
FollowUpTasks |
Action items and tasks that arose during a meeting. |
Issue |
Summary of issues in transcripts of web chats and service calls between customer-service agents and customers. |
Narrative |
Generic narrative summary of any conversation. It generally converts the conversational language into formal written language, compresses the text length, and keeps the salient information. |
Recap |
A concise one-paragraph summary to provide a quick overview. |
Resolution |
Summary of resolutions in transcripts of web chats and service calls between customer-service agents and customers. |
Methods
Equals(SummaryAspect) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(SummaryAspect, SummaryAspect) |
Determines if two SummaryAspect values are the same. |
Implicit(String to SummaryAspect) |
Converts a string to a SummaryAspect. |
Inequality(SummaryAspect, SummaryAspect) |
Determines if two SummaryAspect values are not the same. |
Applies to
Azure SDK for .NET