dialogflow
v2beta1
|
The "documents" collection of methods. More...
Classes | |
class | CreateRequest |
Creates a new document. More... | |
class | DeleteRequest |
Deletes the specified document. More... | |
class | GetRequest |
Retrieves the specified document. More... | |
class | ListRequest |
Returns the list of all documents of the knowledge base. More... | |
class | PatchRequest |
Updates the specified document. More... | |
class | ReloadRequest |
Reloads the specified document from its specified source, content_uri or content. The previously loaded content of the document will be deleted. Note: Even when the content of the document has not changed, there still may be side effects because of internal implementation changes. More... | |
Public Member Functions | |
DocumentsResource (Google.Apis.Services.IClientService service) | |
Constructs a new resource. More... | |
virtual CreateRequest | Create (Google.Apis.Dialogflow.v2beta1.Data.GoogleCloudDialogflowV2beta1Document body, string parent) |
Creates a new document. More... | |
virtual DeleteRequest | Delete (string name) |
Deletes the specified document. More... | |
virtual GetRequest | Get (string name) |
Retrieves the specified document. More... | |
virtual ListRequest | List (string parent) |
Returns the list of all documents of the knowledge base. More... | |
virtual PatchRequest | Patch (Google.Apis.Dialogflow.v2beta1.Data.GoogleCloudDialogflowV2beta1Document body, string name) |
Updates the specified document. More... | |
virtual ReloadRequest | Reload (Google.Apis.Dialogflow.v2beta1.Data.GoogleCloudDialogflowV2beta1ReloadDocumentRequest body, string name) |
Reloads the specified document from its specified source, content_uri or content. The previously loaded content of the document will be deleted. Note: Even when the content of the document has not changed, there still may be side effects because of internal implementation changes. More... | |
The "documents" collection of methods.
|
inline |
Constructs a new resource.
|
inlinevirtual |
Creates a new document.
Note: The projects.agent.knowledgeBases.documents
resource is deprecated; only use projects.knowledgeBases.documents
.
body | The body of the request. |
parent | Required. The knoweldge base to create a document for. Format: projects//knowledgeBases/ . |
|
inlinevirtual |
Deletes the specified document.
Note: The projects.agent.knowledgeBases.documents
resource is deprecated; only use projects.knowledgeBases.documents
.
name | The name of the document to delete. Format: projects//knowledgeBases//documents/ . |
|
inlinevirtual |
Retrieves the specified document.
Note: The projects.agent.knowledgeBases.documents
resource is deprecated; only use projects.knowledgeBases.documents
.
name | Required. The name of the document to retrieve. Format projects//knowledgeBases//documents/ . |
|
inlinevirtual |
Returns the list of all documents of the knowledge base.
Note: The projects.agent.knowledgeBases.documents
resource is deprecated; only use projects.knowledgeBases.documents
.
parent | Required. The knowledge base to list all documents for. Format: projects//knowledgeBases/ . |
|
inlinevirtual |
Updates the specified document.
Note: The projects.agent.knowledgeBases.documents
resource is deprecated; only use projects.knowledgeBases.documents
.
body | The body of the request. |
name | The document resource name. The name must be empty when creating a document. Format: projects//knowledgeBases//documents/ . |
|
inlinevirtual |
Reloads the specified document from its specified source, content_uri or content. The previously loaded content of the document will be deleted. Note: Even when the content of the document has not changed, there still may be side effects because of internal implementation changes.
Note: The projects.agent.knowledgeBases.documents
resource is deprecated; only use projects.knowledgeBases.documents
.
body | The body of the request. |
name | The name of the document to reload. Format: projects//knowledgeBases//documents/ |