#JSGF V1.0;
grammar getName;
public <namestring> = [<prefix>] <name> [<robot>];

<prefix> = (<iam> | <nameis> | <callme>);

<iam> = (i am);

<nameis> = ((my | the) name is);

<callme> = (call me);

<name> = (adel) | (angel) | (axel) | (charlie) | (jane) | (john) | (jules) | (morgan) | (paris) | (robin) | (simone);

<robot> = (tobi) | (robot) | (tiago);