public static class GetIntentOptions.Builder extends Object
| Constructor and Description | 
|---|
| Builder()Instantiates a new builder. | 
| Builder(String workspaceId,
       String intent)Instantiates a new builder with required properties. | 
| Modifier and Type | Method and Description | 
|---|---|
| GetIntentOptions | build()Builds a GetIntentOptions. | 
| GetIntentOptions.Builder | export(Boolean export)Set the export. | 
| GetIntentOptions.Builder | includeAudit(Boolean includeAudit)Set the includeAudit. | 
| GetIntentOptions.Builder | intent(String intent)Set the intent. | 
| GetIntentOptions.Builder | workspaceId(String workspaceId)Set the workspaceId. | 
public GetIntentOptions build()
public GetIntentOptions.Builder workspaceId(String workspaceId)
workspaceId - the workspaceIdpublic GetIntentOptions.Builder intent(String intent)
intent - the intentpublic GetIntentOptions.Builder export(Boolean export)
export - the exportpublic GetIntentOptions.Builder includeAudit(Boolean includeAudit)
includeAudit - the includeAuditCopyright © 2023 IBM Cloud. All rights reserved.