Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#done_time ⇒ String
Corresponds to the JSON property
doneTime. -
#export_operation_metadata ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ExportOperationMetadata
Corresponds to the JSON property
exportOperationMetadata. -
#knowledge_base ⇒ String
Corresponds to the JSON property
knowledgeBase. -
#state ⇒ String
Corresponds to the JSON property
state.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
constructor
A new instance of GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
Returns a new instance of GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata.
20289 20290 20291 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 20289 def initialize(**args) update!(**args) end |
Instance Attribute Details
#done_time ⇒ String
Corresponds to the JSON property doneTime
20272 20273 20274 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 20272 def done_time @done_time end |
#export_operation_metadata ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ExportOperationMetadata
Corresponds to the JSON property exportOperationMetadata
20277 20278 20279 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 20277 def @export_operation_metadata end |
#knowledge_base ⇒ String
Corresponds to the JSON property knowledgeBase
20282 20283 20284 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 20282 def knowledge_base @knowledge_base end |
#state ⇒ String
Corresponds to the JSON property state
20287 20288 20289 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 20287 def state @state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
20294 20295 20296 20297 20298 20299 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 20294 def update!(**args) @done_time = args[:done_time] if args.key?(:done_time) @export_operation_metadata = args[:export_operation_metadata] if args.key?(:export_operation_metadata) @knowledge_base = args[:knowledge_base] if args.key?(:knowledge_base) @state = args[:state] if args.key?(:state) end |