Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ImportConversationDataOperationResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2ImportConversationDataOperationResponse

Returns a new instance of GoogleCloudDialogflowV2ImportConversationDataOperationResponse.



11488
11489
11490
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11488

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#conversation_datasetString

Corresponds to the JSON property conversationDataset

Returns:

  • (String)


11481
11482
11483
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11481

def conversation_dataset
  @conversation_dataset
end

#import_countFixnum

Corresponds to the JSON property importCount

Returns:

  • (Fixnum)


11486
11487
11488
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11486

def import_count
  @import_count
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11493
11494
11495
11496
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11493

def update!(**args)
  @conversation_dataset = args[:conversation_dataset] if args.key?(:conversation_dataset)
  @import_count = args[:import_count] if args.key?(:import_count)
end