Google Cloud Dialogflow V2 Client - Class ImportConversationDataOperationMetadata (1.7.2)

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

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
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>

Returns
TypeDescription
string

setConversationDataset

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPartialFailures

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

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

Parameter
NameDescription
var array<Google\Rpc\Status>
Returns
TypeDescription
$this

getCreateTime

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

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

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

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this