Google Cloud Dialogflow V2 Client - Class ImportConversationDataOperationMetadata (1.0.1)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ImportConversationDataOperationMetadata.

Metadata for a ConversationDatasets.ImportConversationData operation.

Generated from protobuf message google.cloud.dialogflow.v2.ImportConversationDataOperationMetadata

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ conversation_dataset string

The resource name of the imported conversation dataset. Format: projects/<Project ID>/locations/<Location ID>/conversationDatasets/<Conversation Dataset Id>

↳ partial_failures array<Google\Rpc\Status>

Partial failures are failures that don't fail the whole long running operation, e.g. single files that couldn't be read.

↳ create_time Google\Protobuf\Timestamp

Timestamp when import conversation data request was created. The time is measured on server side.

getConversationDataset

The resource name of the imported conversation dataset. Format: projects/<Project ID>/locations/<Location ID>/conversationDatasets/<Conversation Dataset Id>

Generated from protobuf field string conversation_dataset = 1 [(.google.api.resource_reference) = {

Returns
Type Description
string

setConversationDataset

The resource name of the imported conversation dataset. Format: projects/<Project ID>/locations/<Location ID>/conversationDatasets/<Conversation Dataset Id>

Generated from protobuf field string conversation_dataset = 1 [(.google.api.resource_reference) = {

Parameter
Name Description
var string
Returns
Type Description
$this

getPartialFailures

Partial failures are failures that don't fail the whole long running operation, e.g. single files that couldn't be read.

Generated from protobuf field repeated .google.rpc.Status partial_failures = 2;

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setPartialFailures

Partial failures are failures that don't fail the whole long running operation, e.g. single files that couldn't be read.

Generated from protobuf field repeated .google.rpc.Status partial_failures = 2;

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

getCreateTime

Timestamp when import conversation data request was created. The time is measured on server side.

Generated from protobuf field .google.protobuf.Timestamp create_time = 3;

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Timestamp when import conversation data request was created. The time is measured on server side.

Generated from protobuf field .google.protobuf.Timestamp create_time = 3;

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this