Google Cloud Dialogflow v2beta1 API - Class AgentAssistantFeedback.Types.SummarizationFeedback (1.0.0-beta15)

public sealed class AgentAssistantFeedback.Types.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 v2beta1 API class AgentAssistantFeedback.Types.SummarizationFeedback.

Feedback for conversation summarization.

Inheritance

object > AgentAssistantFeedback.Types.SummarizationFeedback

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

SummarizationFeedback()

public SummarizationFeedback()

SummarizationFeedback(SummarizationFeedback)

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

Properties

StartTimestamp

public Timestamp StartTimestamp { get; set; }

Timestamp when composing of the summary starts.

Property Value
TypeDescription
Timestamp

SubmitTimestamp

public Timestamp SubmitTimestamp { 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

TextSections

public MapField<string, string> TextSections { get; }

Optional. Actual text sections of submitted summary.

Property Value
TypeDescription
MapFieldstringstring