public static interface IntentOverride.Builder extends SdkPojo, CopyableBuilder<IntentOverride.Builder,IntentOverride>
| Modifier and Type | Method and Description |
|---|---|
IntentOverride.Builder |
name(String name)
The name of the intent.
|
IntentOverride.Builder |
slots(Map<String,SlotValueOverride> slots)
A map of all of the slot value overrides for the intent.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIntentOverride.Builder name(String name)
The name of the intent. Only required when you're switching intents.
name - The name of the intent. Only required when you're switching intents.IntentOverride.Builder slots(Map<String,SlotValueOverride> slots)
A map of all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden.,
slots - A map of all of the slot value overrides for the intent. The name of the slot maps to the value of the
slot. Slots that are not included in the map aren't overridden.,Copyright © 2022. All rights reserved.