qisdk / com.aldebaran.qi.sdk.object.knowledge / Knowledge / makeUrlFromName

makeUrlFromName

abstract fun makeUrlFromName(name: String!): String!

Try to create a URL using a string.

Parameters

name - String!: string.

Return
String!: The created URL.

Throw
if the string is empty.

Throw
if the string doesn't allow to create a valid URL.