public class SkillsExport
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
List<Skill> |
getAssistantSkills()
Gets the assistantSkills.
|
AssistantState |
getAssistantState()
Gets the assistantState.
|
public List<Skill> getAssistantSkills()
An array of objects describing the skills for the assistant. Included in responses only if **status**=`Available`.
public AssistantState getAssistantState()
Status information about the skills for the assistant. Included in responses only if **status**=`Available`.
Copyright © 2023 IBM Cloud. All rights reserved.