V2modelsSlotValueElicitationSettingSlotResolutionSettingArgs

data class V2modelsSlotValueElicitationSettingSlotResolutionSettingArgs(val slotResolutionStrategy: Output<String>) : ConvertibleToJava<V2modelsSlotValueElicitationSettingSlotResolutionSettingArgs>

Constructors

constructor(slotResolutionStrategy: Output<String>)

Properties

Link copied to clipboard

Specifies whether assisted slot resolution is turned on for the slot or not. Valid values are EnhancedFallback or Default. If the value is EnhancedFallback, assisted slot resolution is activated when Amazon Lex defaults to the AMAZON.FallbackIntent. If the value is Default, assisted slot resolution is turned off.

Functions

Link copied to clipboard
open override fun toJava(): V2modelsSlotValueElicitationSettingSlotResolutionSettingArgs