KnowledgeOperationMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metadata in google::longrunning::Operation for Knowledge operations.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
state |
google.cloud.dialogflow_v2.types.KnowledgeOperationMetadata.State
Output only. The current state of this operation. |
knowledge_base |
str
The name of the knowledge base interacted with during the operation. |
export_operation_metadata |
google.cloud.dialogflow_v2.types.ExportOperationMetadata
Metadata for the Export Data Operation such as the destination of export. This field is a member of oneof _ operation_metadata .
|
Classes
State
State(value)
States of the operation.
Values: STATE_UNSPECIFIED (0): State unspecified. PENDING (1): The operation has been created. RUNNING (2): The operation is currently running. DONE (3): The operation is done, either cancelled or completed.