docs: Update doc on ReloadDocument method.

PiperOrigin-RevId: 341467342
pull/628/head
Google APIs 4 years ago committed by Copybara-Service
parent 30500d20b0
commit a830e5d735
  1. 3
      google/cloud/dialogflow/v2beta1/document.proto

@ -133,6 +133,9 @@ service Documents {
// 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: If the document source is Google Cloud Storage URI, its metadata will
// be replaced with the custom metadata from Google Cloud Storage if the
// `import_gcs_custom_metadata` field is set to true in the request.
//
// Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
// only use `projects.knowledgeBases.documents`.

Loading…
Cancel
Save