Google Cloud Dialogflow V2 Client - Class ImportDocumentsRequest (1.0.1)

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

Methods

__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: projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID> .

↳ gcs_source
Google\Cloud\Dialogflow\V2\GcsSources

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>/&#42;.<extension> .

↳ 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> .

Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Returns
Type
Description
string

setParent

Required. The knowledge base to import documents into.

Format: projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID> .

Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getGcsSource

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> .

Generated from protobuf field .google.cloud.dialogflow.v2.GcsSources gcs_source = 2;

Returns
Type
Description

hasGcsSource

setGcsSource

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> .

Generated from protobuf field .google.cloud.dialogflow.v2.GcsSources gcs_source = 2;

Parameter
Name
Description
Returns
Type
Description
$this

getDocumentTemplate

Required. Document template used for importing all the documents.

Generated from protobuf field .google.cloud.dialogflow.v2.ImportDocumentTemplate document_template = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type
Description

hasDocumentTemplate

clearDocumentTemplate

setDocumentTemplate

Required. Document template used for importing all the documents.

Generated from protobuf field .google.cloud.dialogflow.v2.ImportDocumentTemplate document_template = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name
Description
Returns
Type
Description
$this

Whether to import custom metadata from Google Cloud Storage.

Only valid when the document source is Google Cloud Storage URI.

Generated from protobuf field bool import_gcs_custom_metadata = 4;

Returns
Type
Description
bool

Whether to import custom metadata from Google Cloud Storage.

Only valid when the document source is Google Cloud Storage URI.

Generated from protobuf field bool import_gcs_custom_metadata = 4;

Parameter
Name
Description
var
bool
Returns
Type
Description
$this

getSource

Returns
Type
Description
string
Create a Mobile Website
View Site in Mobile | Classic
Share by: