Interface Intent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Intent.Builder,
,Intent> SdkBuilder<Intent.Builder,
,Intent> SdkPojo
- Enclosing class:
Intent
-
Method Summary
Modifier and TypeMethodDescriptionconfirmationState
(String confirmationState) Contains information about whether fulfillment of the intent has been confirmed.confirmationState
(ConfirmationState confirmationState) Contains information about whether fulfillment of the intent has been confirmed.The name of the intent.A map of all of the slots for the intent.Contains fulfillment information for the intent.state
(IntentState state) Contains fulfillment information for the 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
-
name
The name of the intent.
- Parameters:
name
- The name of the intent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
slots
A map of all of the slots for the intent. The name of the slot maps to the value of the slot. If a slot has not been filled, the value is null.
- Parameters:
slots
- A map of all of the slots for the intent. The name of the slot maps to the value of the slot. If a slot has not been filled, the value is null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
Contains fulfillment information for the intent.
- Parameters:
state
- Contains fulfillment information for the intent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
Contains fulfillment information for the intent.
- Parameters:
state
- Contains fulfillment information for the intent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
confirmationState
Contains information about whether fulfillment of the intent has been confirmed.
- Parameters:
confirmationState
- Contains information about whether fulfillment of the intent has been confirmed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
confirmationState
Contains information about whether fulfillment of the intent has been confirmed.
- Parameters:
confirmationState
- Contains information about whether fulfillment of the intent has been confirmed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-