robot Application
suspend fun robotApplication(name: String, block: suspend RobotApplicationResourceBuilder.() -> Unit): RobotApplication
Parameters
name
The unique name of the resulting resource.
block
Builder for RobotApplication.
See also
Parameters
name
The unique name of the resulting resource.