Google Cloud Dialogflow V2 Client - Class ImportDocumentsResponse (2.3.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

Namespace

Google \ Cloud \ Dialogflow \ V2

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.

Returns
Type Description
Google\Protobuf\RepeatedField<Google\Rpc\Status>

setWarnings

Includes details about skipped documents or any other warnings.

Parameter
Name Description
var array<Google\Rpc\Status>
Returns
Type Description
$this