Show / Hide Table of Contents

Class GoogleCloudDialogflowV2Document

Inheritance
object
GoogleCloudDialogflowV2Document
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2Document : IDirectResponseSchema

Properties

ContentUri

Declaration
[JsonProperty("contentUri")]
public virtual string ContentUri { get; set; }
Property Value
Type Description
string

DisplayName

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnableAutoReload

Declaration
[JsonProperty("enableAutoReload")]
public virtual bool? EnableAutoReload { get; set; }
Property Value
Type Description
bool?

KnowledgeTypes

Declaration
[JsonProperty("knowledgeTypes")]
public virtual IList<string> KnowledgeTypes { get; set; }
Property Value
Type Description
IList<string>

LatestReloadStatus

Declaration
[JsonProperty("latestReloadStatus")]
public virtual GoogleCloudDialogflowV2DocumentReloadStatus LatestReloadStatus { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2DocumentReloadStatus

Metadata

Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, string> Metadata { get; set; }
Property Value
Type Description
IDictionary<string, string>

MimeType

Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type Description
string

Name

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

RawContent

Declaration
[JsonProperty("rawContent")]
public virtual string RawContent { get; set; }
Property Value
Type Description
string

State

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX