Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ImportConversationDataOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ImportConversationDataOperationMetadata
- 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
-
#conversation_dataset ⇒ String
Corresponds to the JSON property
conversationDataset. -
#create_time ⇒ String
Corresponds to the JSON property
createTime. -
#partial_failures ⇒ Array<Google::Apis::DialogflowV3::GoogleRpcStatus>
Corresponds to the JSON property
partialFailures.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2ImportConversationDataOperationMetadata
constructor
A new instance of GoogleCloudDialogflowV2ImportConversationDataOperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2ImportConversationDataOperationMetadata
Returns a new instance of GoogleCloudDialogflowV2ImportConversationDataOperationMetadata.
14281 14282 14283 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 14281 def initialize(**args) update!(**args) end |
Instance Attribute Details
#conversation_dataset ⇒ String
Corresponds to the JSON property conversationDataset
14269 14270 14271 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 14269 def conversation_dataset @conversation_dataset end |
#create_time ⇒ String
Corresponds to the JSON property createTime
14274 14275 14276 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 14274 def create_time @create_time end |
#partial_failures ⇒ Array<Google::Apis::DialogflowV3::GoogleRpcStatus>
Corresponds to the JSON property partialFailures
14279 14280 14281 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 14279 def partial_failures @partial_failures end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14286 14287 14288 14289 14290 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 14286 def update!(**args) @conversation_dataset = args[:conversation_dataset] if args.key?(:conversation_dataset) @create_time = args[:create_time] if args.key?(:create_time) @partial_failures = args[:partial_failures] if args.key?(:partial_failures) end |