Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1Document

Inheritance
object
GoogleCloudDialogflowV2beta1Document
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.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1Document : IDirectResponseSchema

Properties

Content

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

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 GoogleCloudDialogflowV2beta1DocumentReloadStatus LatestReloadStatus { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1DocumentReloadStatus

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