Class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
Inheritance
GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
Assembly: Google.Apis.Dialogflow.v2beta1.dll
public class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata : IDirectResponseSchema
Properties
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DoneTimeDateTimeOffset instead.")]
public virtual object DoneTime { get; set; }
Property Value
Declaration
[JsonIgnore]
public virtual DateTimeOffset? DoneTimeDateTimeOffset { get; set; }
Property Value
Declaration
[JsonProperty("doneTime")]
public virtual string DoneTimeRaw { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("exportOperationMetadata")]
public virtual GoogleCloudDialogflowV2beta1ExportOperationMetadata ExportOperationMetadata { get; set; }
Property Value
Declaration
[JsonProperty("knowledgeBase")]
public virtual string KnowledgeBase { get; set; }
Property Value
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Implements