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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntentDetectedDataDetails.Builderintent(String intent)The detected intent.IntentDetectedDataDetails.BuilderintentId(String intentId)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
intent
IntentDetectedDataDetails.Builder intent(String 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
IntentDetectedDataDetails.Builder intentId(String 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.
-
-