public class CreateAssistantOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateAssistantOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
description()
Gets the description.
|
String |
language()
Gets the language.
|
String |
name()
Gets the name.
|
CreateAssistantOptions.Builder |
newBuilder()
New builder.
|
public CreateAssistantOptions.Builder newBuilder()
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.
Copyright © 2024 IBM Cloud. All rights reserved.