public class AssistantData
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
AssistantData.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
List<EnvironmentReference> |
assistantEnvironments()
Gets the assistantEnvironments.
|
String |
assistantId()
Gets the assistantId.
|
List<AssistantSkill> |
assistantSkills()
Gets the assistantSkills.
|
String |
description()
Gets the description.
|
String |
language()
Gets the language.
|
String |
name()
Gets the name.
|
AssistantData.Builder |
newBuilder()
New builder.
|
public AssistantData.Builder newBuilder()
public String assistantId()
The unique identifier of the assistant.
public String name()
The name of the assistant. This string cannot contain carriage return, newline, or tab characters.
public String description()
The description of the assistant. This string cannot contain carriage return, newline, or tab characters.
public String language()
The language of the assistant.
public List<AssistantSkill> assistantSkills()
An array of skill references identifying the skills associated with the assistant.
public List<EnvironmentReference> assistantEnvironments()
An array of objects describing the environments defined for the assistant.
Copyright © 2023 IBM Cloud. All rights reserved.