public sealed class SummarizationFeedback : IMessage<AgentAssistantFeedback.Types.SummarizationFeedback>, IEquatable<AgentAssistantFeedback.Types.SummarizationFeedback>, IDeepCloneable<AgentAssistantFeedback.Types.SummarizationFeedback>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2 API class AgentAssistantFeedback.Types.SummarizationFeedback.
Feedback for conversation summarization.
Implements
IMessage<AgentAssistantFeedback.Types.SummarizationFeedback>, IEquatable<AgentAssistantFeedback.Types.SummarizationFeedback>, IDeepCloneable<AgentAssistantFeedback.Types.SummarizationFeedback>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
SummarizationFeedback()
public SummarizationFeedback()SummarizationFeedback(AgentAssistantFeedback.Types.SummarizationFeedback)
public SummarizationFeedback(AgentAssistantFeedback.Types.SummarizationFeedback other)| Parameter | |
|---|---|
| Name | Description |
other |
AgentAssistantFeedback.Types.SummarizationFeedback |
Properties
StartTime
public Timestamp StartTime { get; set; }Timestamp when composing of the summary starts.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
SubmitTime
public Timestamp SubmitTime { get; set; }Timestamp when the summary was submitted.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
SummaryText
public string SummaryText { get; set; }Text of actual submitted summary.
| Property Value | |
|---|---|
| Type | Description |
String |
|