public sealed class SummarySuggestion : IMessage<SummarySuggestion>, IEquatable<SummarySuggestion>, IDeepCloneable<SummarySuggestion>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class SummarySuggestion.
Suggested summary of the conversation.
Implements
IMessageSummarySuggestion, IEquatableSummarySuggestion, IDeepCloneableSummarySuggestion, IBufferMessage, IMessageInherited Members
Namespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
SummarySuggestion()
public SummarySuggestion()
SummarySuggestion(SummarySuggestion)
public SummarySuggestion(SummarySuggestion other)
Parameter | |
---|---|
Name | Description |
other |
SummarySuggestion |
Properties
SummarySections
public RepeatedField<SummarySuggestion.Types.SummarySection> SummarySections { get; }
Required. All the parts of generated summary.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSummarySuggestionTypesSummarySection |