menu
copilot_sdk_dart package
documentation
copilot_sdk_web.dart
UserInputRequest
UserInputRequest.new const constructor
UserInputRequest.new const constructor
dark_mode
light_mode
UserInputRequest
constructor
const
UserInputRequest
(
{
required
String
question
,
List
<
String
>
?
choices
,
bool
?
allowFreeform
,
})
Implementation
const UserInputRequest({ required this.question, this.choices, this.allowFreeform, });
copilot_sdk_dart package
documentation
copilot_sdk_web
UserInputRequest
UserInputRequest.new const constructor
UserInputRequest class