public static interface BuiltInIntentSummary.Builder extends SdkPojo, CopyableBuilder<BuiltInIntentSummary.Builder,BuiltInIntentSummary>
| Modifier and Type | Method and Description |
|---|---|
BuiltInIntentSummary.Builder |
description(String description)
The description of the intent.
|
BuiltInIntentSummary.Builder |
intentSignature(String intentSignature)
The signature of the built-in intent.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBuiltInIntentSummary.Builder intentSignature(String intentSignature)
The signature of the built-in intent. Use this to specify the parent intent of a derived intent.
intentSignature - The signature of the built-in intent. Use this to specify the parent intent of a derived intent.BuiltInIntentSummary.Builder description(String description)
The description of the intent.
description - The description of the intent.Copyright © 2022. All rights reserved.