Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class KnowledgeOperationMetadata.
Metadata in google::longrunning::Operation for Knowledge operations.
Generated from protobuf message google.cloud.dialogflow.v2.KnowledgeOperationMetadata
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ state
int
Output only. The current state of this operation.
↳ knowledge_base
string
The name of the knowledge base interacted with during the operation.
↳ export_operation_metadata
Google\Cloud\Dialogflow\V2\ExportOperationMetadata
Metadata for the Export Data Operation such as the destination of export.
getState
Output only. The current state of this operation.
Generated from protobuf field .google.cloud.dialogflow.v2.KnowledgeOperationMetadata.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
int
setState
Output only. The current state of this operation.
Generated from protobuf field .google.cloud.dialogflow.v2.KnowledgeOperationMetadata.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
int
$this
getKnowledgeBase
The name of the knowledge base interacted with during the operation.
Generated from protobuf field string knowledge_base = 3;
string
setKnowledgeBase
The name of the knowledge base interacted with during the operation.
Generated from protobuf field string knowledge_base = 3;
var
string
$this
getExportOperationMetadata
Metadata for the Export Data Operation such as the destination of export.
Generated from protobuf field .google.cloud.dialogflow.v2.ExportOperationMetadata export_operation_metadata = 4;
hasExportOperationMetadata
setExportOperationMetadata
Metadata for the Export Data Operation such as the destination of export.
Generated from protobuf field .google.cloud.dialogflow.v2.ExportOperationMetadata export_operation_metadata = 4;
$this
getOperationMetadata
string