Class GoogleCloudDialogflowV2AgentAssistantFeedbackSummarizationFeedback
Inheritance
GoogleCloudDialogflowV2AgentAssistantFeedbackSummarizationFeedback
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2AgentAssistantFeedbackSummarizationFeedback : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
StartTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
StartTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
StartTimeRaw
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
SubmitTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SubmitTimeDateTimeOffset instead.")]
public virtual object SubmitTime { get; set; }
Property Value
SubmitTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? SubmitTimeDateTimeOffset { get; set; }
Property Value
SubmitTimeRaw
Declaration
[JsonProperty("submitTime")]
public virtual string SubmitTimeRaw { 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