Class GoogleCloudDialogflowCxV3TraceBlock
Inheritance
GoogleCloudDialogflowCxV3TraceBlock
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3TraceBlock : IDirectResponseSchema
Properties
Actions
Declaration
[JsonProperty("actions")]
public virtual IList<GoogleCloudDialogflowCxV3Action> Actions { get; set; }
Property Value
CompleteTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CompleteTimeDateTimeOffset instead.")]
public virtual object CompleteTime { get; set; }
Property Value
CompleteTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CompleteTimeDateTimeOffset { get; set; }
Property Value
CompleteTimeRaw
Declaration
[JsonProperty("completeTime")]
public virtual string CompleteTimeRaw { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EndState
Declaration
[JsonProperty("endState")]
public virtual string EndState { get; set; }
Property Value
Declaration
[JsonProperty("flowTraceMetadata")]
public virtual GoogleCloudDialogflowCxV3FlowTraceMetadata FlowTraceMetadata { get; set; }
Property Value
Declaration
[JsonProperty("inputParameters")]
public virtual IDictionary<string, object> InputParameters { get; set; }
Property Value
OutputParameters
Declaration
[JsonProperty("outputParameters")]
public virtual IDictionary<string, object> OutputParameters { get; set; }
Property Value
Declaration
[JsonProperty("playbookTraceMetadata")]
public virtual GoogleCloudDialogflowCxV3PlaybookTraceMetadata PlaybookTraceMetadata { get; set; }
Property Value
Declaration
[JsonProperty("speechProcessingMetadata")]
public virtual GoogleCloudDialogflowCxV3SpeechProcessingMetadata SpeechProcessingMetadata { 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
Implements