Interface IntentDetectedDataDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IntentDetectedDataDetails.Builder,
,IntentDetectedDataDetails> SdkBuilder<IntentDetectedDataDetails.Builder,
,IntentDetectedDataDetails> SdkPojo
- Enclosing class:
IntentDetectedDataDetails
public static interface IntentDetectedDataDetails.Builder
extends SdkPojo, CopyableBuilder<IntentDetectedDataDetails.Builder,IntentDetectedDataDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe detected intent.The identifier of the detected intent.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
intent
The detected intent.
- Parameters:
intent
- The detected intent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
intentId
The identifier of the detected intent.
- Parameters:
intentId
- The identifier of the detected intent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-