Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2ImportConversationDataOperationResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2ImportConversationDataOperationResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Instance Attribute Summary collapse
-
#conversation_dataset ⇒ String
Corresponds to the JSON property
conversationDataset. -
#import_count ⇒ Fixnum
Corresponds to the JSON property
importCount.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2ImportConversationDataOperationResponse
constructor
A new instance of GoogleCloudDialogflowV2ImportConversationDataOperationResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2ImportConversationDataOperationResponse
Returns a new instance of GoogleCloudDialogflowV2ImportConversationDataOperationResponse.
7988 7989 7990 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 7988 def initialize(**args) update!(**args) end |
Instance Attribute Details
#conversation_dataset ⇒ String
Corresponds to the JSON property conversationDataset
7981 7982 7983 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 7981 def conversation_dataset @conversation_dataset end |
#import_count ⇒ Fixnum
Corresponds to the JSON property importCount
7986 7987 7988 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 7986 def import_count @import_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7993 7994 7995 7996 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 7993 def update!(**args) @conversation_dataset = args[:conversation_dataset] if args.key?(:conversation_dataset) @import_count = args[:import_count] if args.key?(:import_count) end |