public static interface Intent.Builder extends SdkPojo, CopyableBuilder<Intent.Builder,Intent>
| Modifier and Type | Method and Description |
|---|---|
Intent.Builder |
confirmationState(ConfirmationState confirmationState)
Contains information about whether fulfillment of the intent has been confirmed.
|
Intent.Builder |
confirmationState(String confirmationState)
Contains information about whether fulfillment of the intent has been confirmed.
|
Intent.Builder |
name(String name)
The name of the intent.
|
Intent.Builder |
slots(Map<String,Slot> slots)
A map of all of the slots for the intent.
|
Intent.Builder |
state(IntentState state)
Contains fulfillment information for the intent.
|
Intent.Builder |
state(String state)
Contains fulfillment information for the intent.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIntent.Builder name(String name)
The name of the intent.
name - The name of the intent.Intent.Builder slots(Map<String,Slot> 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.
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.Intent.Builder state(String state)
Contains fulfillment information for the intent.
state - Contains fulfillment information for the intent.IntentState,
IntentStateIntent.Builder state(IntentState state)
Contains fulfillment information for the intent.
state - Contains fulfillment information for the intent.IntentState,
IntentStateIntent.Builder confirmationState(String confirmationState)
Contains information about whether fulfillment of the intent has been confirmed.
confirmationState - Contains information about whether fulfillment of the intent has been confirmed.ConfirmationState,
ConfirmationStateIntent.Builder confirmationState(ConfirmationState confirmationState)
Contains information about whether fulfillment of the intent has been confirmed.
confirmationState - Contains information about whether fulfillment of the intent has been confirmed.ConfirmationState,
ConfirmationStateCopyright © 2021. All rights reserved.