Class GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback
Inheritance
GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
StartTimestamp
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimestampDateTimeOffset instead.")]
public virtual object StartTimestamp { get; set; }
Property Value
StartTimestampDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimestampDateTimeOffset { get; set; }
Property Value
StartTimestampRaw
Declaration
[JsonProperty("startTimestamp")]
public virtual string StartTimestampRaw { get; set; }
Property Value
SubmitTimestamp
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SubmitTimestampDateTimeOffset instead.")]
public virtual object SubmitTimestamp { get; set; }
Property Value
SubmitTimestampDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? SubmitTimestampDateTimeOffset { get; set; }
Property Value
SubmitTimestampRaw
Declaration
[JsonProperty("submitTimestamp")]
public virtual string SubmitTimestampRaw { get; set; }
Property Value
SummaryText
Declaration
[JsonProperty("summaryText")]
public virtual string SummaryText { get; set; }
Property Value
TextSections
Declaration
[JsonProperty("textSections")]
public virtual IDictionary<string, string> TextSections { get; set; }
Property Value
Implements