FunctionResponse constructor
FunctionResponse({
- String id = '',
- required String name,
- required Struct? response,
- List<
FunctionResponsePart> parts = const [], - bool willContinue = false,
- FunctionResponse_Scheduling? scheduling,
Implementation
FunctionResponse({
this.id = '',
required this.name,
required this.response,
this.parts = const [],
this.willContinue = false,
this.scheduling,
}) : super(fullyQualifiedName);