class Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3CreateDocumentOperationMetadata
Metadata for CreateDocument operation.
Attributes
generic_metadata[RW]
Metadata in google::longrunning::Operation for Knowledge operations. Corresponds to the JSON property `genericMetadata` @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v3/classes.rb, line 681 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dialogflow_v3/classes.rb, line 686 def update!(**args) @generic_metadata = args[:generic_metadata] if args.key?(:generic_metadata) end