Interface protos.google.cloud.dialogflow.v2beta1.IDocument (4.3.1)

Properties of a Document.

Package

@google-cloud/dialogflow!

Properties

content

content?: (string|null);

Document content

Property Value
TypeDescription
(string|null)

contentUri

contentUri?: (string|null);

Document contentUri

Property Value
TypeDescription
(string|null)

displayName

displayName?: (string|null);

Document displayName

Property Value
TypeDescription
(string|null)

enableAutoReload

enableAutoReload?: (boolean|null);

Document enableAutoReload

Property Value
TypeDescription
(boolean|null)

knowledgeTypes

knowledgeTypes?: (google.cloud.dialogflow.v2beta1.Document.KnowledgeType[]|null);

Document knowledgeTypes

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.Document.KnowledgeType[]|null)

latestReloadStatus

latestReloadStatus?: (google.cloud.dialogflow.v2beta1.Document.IReloadStatus|null);

Document latestReloadStatus

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.Document.IReloadStatus|null)

metadata

metadata?: ({ [k: string]: string }|null);

Document metadata

Property Value
TypeDescription
({ [k: string]: string }|null)

mimeType

mimeType?: (string|null);

Document mimeType

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

Document name

Property Value
TypeDescription
(string|null)

rawContent

rawContent?: (Uint8Array|string|null);

Document rawContent

Property Value
TypeDescription
(Uint8Array|string|null)