Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

fix(v2beta1): removed ImportAgentResponse which was not ready for use yet. docs: minor doc changes #343

Merged
merged 2 commits into from
Oct 30, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ public final UnaryCallable<GetDocumentRequest, Document> getDocumentCallable() {
* }
* </code></pre>
*
* @param parent Required. The knoweldge base to create a document for. Format:
* @param parent Required. The knowledge base to create a document for. Format:
* `projects/&lt;Project ID&gt;/knowledgeBases/&lt;Knowledge Base ID&gt;`.
* @param document Required. The document to create.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
Expand Down Expand Up @@ -471,7 +471,7 @@ public final OperationFuture<Document, KnowledgeOperationMetadata> createDocumen
* }
* </code></pre>
*
* @param parent Required. The knoweldge base to create a document for. Format:
* @param parent Required. The knowledge base to create a document for. Format:
* `projects/&lt;Project ID&gt;/knowledgeBases/&lt;Knowledge Base ID&gt;`.
* @param document Required. The document to create.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
Expand Down
Loading