Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ImportDocumentsRequest.
Request message for Documents.ImportDocuments.
Generated from protobuf message google.cloud.dialogflow.v2.ImportDocumentsRequest
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The knowledge base to import documents into. Format: |
↳ gcs_source |
Google\Cloud\Dialogflow\V2\GcsSources
Optional. The Google Cloud Storage location for the documents. The path can include a wildcard. These URIs may have the forms |
↳ document_template |
Google\Cloud\Dialogflow\V2\ImportDocumentTemplate
Required. Document template used for importing all the documents. |
↳ import_gcs_custom_metadata |
bool
Whether to import custom metadata from Google Cloud Storage. Only valid when the document source is Google Cloud Storage URI. |
getParent
Required. The knowledge base to import documents into.
Format: projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The knowledge base to import documents into.
Format: projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getGcsSource
Optional. The Google Cloud Storage location for the documents.
The path can include a wildcard.
These URIs may have the forms
gs://<bucket-name>/<object-name>
.
gs://<bucket-name>/<object-path>/*.<extension>
.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\GcsSources|null |
hasGcsSource
setGcsSource
Optional. The Google Cloud Storage location for the documents.
The path can include a wildcard.
These URIs may have the forms
gs://<bucket-name>/<object-name>
.
gs://<bucket-name>/<object-path>/*.<extension>
.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\GcsSources
|
Returns | |
---|---|
Type | Description |
$this |
getDocumentTemplate
Required. Document template used for importing all the documents.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\ImportDocumentTemplate|null |
hasDocumentTemplate
clearDocumentTemplate
setDocumentTemplate
Required. Document template used for importing all the documents.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\ImportDocumentTemplate
|
Returns | |
---|---|
Type | Description |
$this |
getImportGcsCustomMetadata
Whether to import custom metadata from Google Cloud Storage.
Only valid when the document source is Google Cloud Storage URI.
Returns | |
---|---|
Type | Description |
bool |
setImportGcsCustomMetadata
Whether to import custom metadata from Google Cloud Storage.
Only valid when the document source is Google Cloud Storage URI.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getSource
Returns | |
---|---|
Type | Description |
string |