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: |
↳ 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 | |
---|---|
Type | Description |
string |
setConversationDataset
The resource name of the imported conversation dataset. Format:
projects/<Project ID>/locations/<Location
ID>/conversationDatasets/<Conversation Dataset Id>
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.
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.
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.
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.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |