class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ImportDocumentsOperationMetadata

Metadata for ImportDocuments operation.

Attributes

generic_metadata[RW]

Metadata in google::longrunning::Operation for Knowledge operations. Corresponds to the JSON property `genericMetadata` @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 875
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_v2beta1/classes.rb, line 880
def update!(**args)
  @generic_metadata = args[:generic_metadata] if args.key?(:generic_metadata)
end