Definition at line 23 of file dialogflow_client.py.
| def dialogflow_client.State.__init__ |
( |
|
self, |
|
|
|
init_state = None |
|
) |
| |
| def dialogflow_client.State.__eq__ |
( |
|
self, |
|
|
|
state |
|
) |
| |
| def dialogflow_client.State.__ne__ |
( |
|
self, |
|
|
|
state |
|
) |
| |
| def dialogflow_client.State.current |
( |
|
self | ) |
|
| def dialogflow_client.State.last_changed |
( |
|
self | ) |
|
| def dialogflow_client.State.last_state |
( |
|
self | ) |
|
| def dialogflow_client.State.set |
( |
|
self, |
|
|
|
state |
|
) |
| |
| dialogflow_client.State._last_changed |
|
private |
| dialogflow_client.State._last_state |
|
private |
| dialogflow_client.State._state |
|
private |
| string dialogflow_client.State.IDLE = "IDLE" |
|
static |
| string dialogflow_client.State.LISTENING = "LISTENING" |
|
static |
| string dialogflow_client.State.SPEAKING = "SPEAKING" |
|
static |
| string dialogflow_client.State.THINKING = "THINKING" |
|
static |
The documentation for this class was generated from the following file: