public class CreateAssistantReleaseImportResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
CreateAssistantReleaseImportResponse.SkillImpactInDraft
The type of the skill in the draft environment.
|
static interface |
CreateAssistantReleaseImportResponse.Status
The current status of the artifact import process: - **Failed**: The asynchronous artifact
import process has failed.
|
Modifier and Type | Method and Description |
---|---|
String |
getAssistantId()
Gets the assistantId.
|
Date |
getCreated()
Gets the created.
|
List<String> |
getSkillImpactInDraft()
Gets the skillImpactInDraft.
|
String |
getStatus()
Gets the status.
|
String |
getTaskId()
Gets the taskId.
|
Date |
getUpdated()
Gets the updated.
|
public String getStatus()
The current status of the artifact import process: - **Failed**: The asynchronous artifact import process has failed. - **Processing**: An asynchronous operation to import artifact is underway and not yet completed.
public String getTaskId()
A unique identifier for a background asynchronous task that is executing or has executed the operation.
public String getAssistantId()
The ID of the assistant to which the release belongs.
public List<String> getSkillImpactInDraft()
An array of skill types in the draft environment which will be overridden with skills from the artifact being imported.
public Date getCreated()
The timestamp for creation of the object.
public Date getUpdated()
The timestamp for the most recent update to the object.
Copyright © 2024 IBM Cloud. All rights reserved.