Google Cloud Dialogflow v2 API - Class AgentAssistantFeedback.Types.SummarizationFeedback (4.6.0)

public sealed class SummarizationFeedback : IMessage<AgentAssistantFeedback.Types.SummarizationFeedback>, IEquatable<AgentAssistantFeedback.Types.SummarizationFeedback>, IDeepCloneable<AgentAssistantFeedback.Types.SummarizationFeedback>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class AgentAssistantFeedback.Types.SummarizationFeedback.

Feedback for conversation summarization.

Inheritance

Object > AgentAssistantFeedback.Types.SummarizationFeedback

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

SummarizationFeedback()

public SummarizationFeedback()

SummarizationFeedback(AgentAssistantFeedback.Types.SummarizationFeedback)

public SummarizationFeedback(AgentAssistantFeedback.Types.SummarizationFeedback other)
Parameter
NameDescription
otherAgentAssistantFeedback.Types.SummarizationFeedback

Properties

StartTime

public Timestamp StartTime { get; set; }

Timestamp when composing of the summary starts.

Property Value
TypeDescription
Timestamp

SubmitTime

public Timestamp SubmitTime { get; set; }

Timestamp when the summary was submitted.

Property Value
TypeDescription
Timestamp

SummaryText

public string SummaryText { get; set; }

Text of actual submitted summary.

Property Value
TypeDescription
String