Show / Hide Table of Contents

Class ProjectsResource.KnowledgeBasesResource.DocumentsResource

The "documents" collection of methods.

Inheritance
object
ProjectsResource.KnowledgeBasesResource.DocumentsResource
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
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class ProjectsResource.KnowledgeBasesResource.DocumentsResource

Constructors

DocumentsResource(IClientService)

Constructs a new resource.

Declaration
public DocumentsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(GoogleCloudDialogflowV2Document, string)

Declaration
public virtual ProjectsResource.KnowledgeBasesResource.DocumentsResource.CreateRequest Create(GoogleCloudDialogflowV2Document body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowV2Document body

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.KnowledgeBasesResource.DocumentsResource.CreateRequest

Delete(string)

Declaration
public virtual ProjectsResource.KnowledgeBasesResource.DocumentsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
ProjectsResource.KnowledgeBasesResource.DocumentsResource.DeleteRequest

Export(GoogleCloudDialogflowV2ExportDocumentRequest, string)

Declaration
public virtual ProjectsResource.KnowledgeBasesResource.DocumentsResource.ExportRequest Export(GoogleCloudDialogflowV2ExportDocumentRequest body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowV2ExportDocumentRequest body

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.KnowledgeBasesResource.DocumentsResource.ExportRequest

Get(string)

Declaration
public virtual ProjectsResource.KnowledgeBasesResource.DocumentsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
ProjectsResource.KnowledgeBasesResource.DocumentsResource.GetRequest

Import(GoogleCloudDialogflowV2ImportDocumentsRequest, string)

Declaration
public virtual ProjectsResource.KnowledgeBasesResource.DocumentsResource.ImportRequest Import(GoogleCloudDialogflowV2ImportDocumentsRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowV2ImportDocumentsRequest body

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.KnowledgeBasesResource.DocumentsResource.ImportRequest

List(string)

Declaration
public virtual ProjectsResource.KnowledgeBasesResource.DocumentsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

null

Returns
Type Description
ProjectsResource.KnowledgeBasesResource.DocumentsResource.ListRequest

Patch(GoogleCloudDialogflowV2Document, string)

Declaration
public virtual ProjectsResource.KnowledgeBasesResource.DocumentsResource.PatchRequest Patch(GoogleCloudDialogflowV2Document body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowV2Document body

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.KnowledgeBasesResource.DocumentsResource.PatchRequest

Reload(GoogleCloudDialogflowV2ReloadDocumentRequest, string)

Declaration
public virtual ProjectsResource.KnowledgeBasesResource.DocumentsResource.ReloadRequest Reload(GoogleCloudDialogflowV2ReloadDocumentRequest body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowV2ReloadDocumentRequest body

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.KnowledgeBasesResource.DocumentsResource.ReloadRequest
In this article
Back to top Generated by DocFX