Google Cloud Dialogflow V2 Client - Class ImportDocumentsResponse (1.0.1)

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
NameDescription
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
TypeDescription
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
NameDescription
var array<Google\Rpc\Status>
Returns
TypeDescription
$this