|
|
|
|
@ -16,11 +16,11 @@ class ConversationBotModeSelect extends StatelessWidget {
|
|
|
|
|
final Map<String, String> options = {
|
|
|
|
|
"discussion":
|
|
|
|
|
L10n.of(context)!.conversationBotModeSelectOption_discussion,
|
|
|
|
|
"custom": L10n.of(context)!.conversationBotModeSelectOption_custom,
|
|
|
|
|
"conversation":
|
|
|
|
|
L10n.of(context)!.conversationBotModeSelectOption_conversation,
|
|
|
|
|
"text_adventure":
|
|
|
|
|
L10n.of(context)!.conversationBotModeSelectOption_textAdventure,
|
|
|
|
|
// "custom": L10n.of(context)!.conversationBotModeSelectOption_custom,
|
|
|
|
|
// "conversation":
|
|
|
|
|
// L10n.of(context)!.conversationBotModeSelectOption_conversation,
|
|
|
|
|
// "text_adventure":
|
|
|
|
|
// L10n.of(context)!.conversationBotModeSelectOption_textAdventure,
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
return Padding(
|
|
|
|
|
|