Locale-specific choice configuration.
Array of localized choice options, typically ["Yes", "No"] equivalents. Can be either string values or Choice objects for more complex configurations.
Formatting options that control how the choices are presented to the user, including separators, conjunctions, and whether to include numbers.
Defines locale-specific choice defaults for confirmation prompts.
Remarks
This interface represents a dictionary that maps locale strings to their corresponding choice configurations for confirmation prompts. Each locale entry contains the localized "yes" and "no" choices along with formatting options for how those choices should be presented to the user.
The interface is designed to support dynamic configuration of choice defaults using lambda expressions or other dynamic assignment patterns.
Example