public class Intent extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
action
The action the Intent represents.
|
| Constructor and Description |
|---|
Intent(String action) |
Intent(String action,
Map<String,Entity> entities) |
| Modifier and Type | Method and Description |
|---|---|
Entity |
getEntity(String s)
Return an entity based on the name.
|
List<String> |
getEntityNames()
Return all entity names that are associated with this intent.
|
public final String action
public Intent(String action)
Copyright © 2016. All rights reserved.