public class UpdateIntentOptions extends GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateIntentOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
intent()
Gets the intent.
|
UpdateIntentOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
newDescription()
Gets the newDescription.
|
java.util.List<CreateExample> |
newExamples()
Gets the newExamples.
|
java.lang.String |
newIntent()
Gets the newIntent.
|
java.lang.String |
workspaceId()
Gets the workspaceId.
|
equals, hashCode, toString
public UpdateIntentOptions.Builder newBuilder()
public java.lang.String workspaceId()
public java.lang.String intent()
public java.lang.String newIntent()
public java.util.List<CreateExample> newExamples()
public java.lang.String newDescription()