Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ImportDocumentsResponse.
Response message for Documents.ImportDocuments.
Generated from protobuf message google.cloud.dialogflow.v2.ImportDocumentsResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ warnings |
array<Google\Rpc\Status>
Includes details about skipped documents or any other warnings. |
getWarnings
Includes details about skipped documents or any other warnings.
Generated from protobuf field repeated .google.rpc.Status warnings = 1;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setWarnings
Includes details about skipped documents or any other warnings.
Generated from protobuf field repeated .google.rpc.Status warnings = 1;
Parameter | |
---|---|
Name | Description |
var |
array<Google\Rpc\Status>
|
Returns | |
---|---|
Type | Description |
$this |