Add HelloHuman class with say action
This commit is contained in:
6
code/src/app/src/test/java/HelloHuman.java
Normal file
6
code/src/app/src/test/java/HelloHuman.java
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
public class HelloHuman {
|
||||||
|
// Create a new say action.
|
||||||
|
Say say = SayBuilder.with(qiContext) // Create the builder with the context.
|
||||||
|
.withText("Hello human!") // Set the text to say.
|
||||||
|
.build(); // Build the say action.
|
||||||
|
}
|
Reference in New Issue
Block a user