public class GetExampleOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
GetExampleOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
includeAudit()
Gets the includeAudit.
|
String |
intent()
Gets the intent.
|
GetExampleOptions.Builder |
newBuilder()
New builder.
|
String |
text()
Gets the text.
|
String |
workspaceId()
Gets the workspaceId.
|
public GetExampleOptions.Builder newBuilder()
public String workspaceId()
Unique identifier of the workspace.
public String intent()
The intent name.
public String text()
The text of the user input example.
public Boolean includeAudit()
Whether to include the audit properties (`created` and `updated` timestamps) in the response.
Copyright © 2023 IBM Cloud. All rights reserved.