public class CreateIntent
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateIntent.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
Date |
created()
Gets the created.
|
String |
description()
Gets the description.
|
List<Example> |
examples()
Gets the examples.
|
String |
intent()
Gets the intent.
|
CreateIntent.Builder |
newBuilder()
New builder.
|
Date |
updated()
Gets the updated.
|
public CreateIntent.Builder newBuilder()
public String intent()
The name of the intent. This string must conform to the following restrictions: - It can contain only Unicode alphanumeric, underscore, hyphen, and dot characters. - It cannot begin with the reserved prefix `sys-`.
public String description()
The description of the intent. This string cannot contain carriage return, newline, or tab characters.
public Date created()
The timestamp for creation of the object.
public Date updated()
The timestamp for the most recent update to the object.
Copyright © 2024 IBM Cloud. All rights reserved.