Class GoogleCloudDialogflowV2SummarySuggestion
Suggested summary of the conversation.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SummarySuggestion : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SummarySections
Required. All the parts of generated summary.
Declaration
[JsonProperty("summarySections")]
public virtual IList<GoogleCloudDialogflowV2SummarySuggestionSummarySection> SummarySections { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowV2SummarySuggestionSummarySection> |