| Package | Description |
|---|---|
| co.aurasphere.botmill.fb.model.threadsettings |
| Modifier and Type | Method and Description |
|---|---|
ThreadState |
CallToActionsRequest.getThreadState()
Gets the
CallToActionsRequest.threadState. |
static ThreadState |
ThreadState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreadState[] |
ThreadState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CallToActionsRequest.setThreadState(ThreadState threadState)
Sets the
CallToActionsRequest.threadState. |
| Constructor and Description |
|---|
CallToActionsRequest(ThreadState threadState,
List<Button> callToActions)
Instantiates a new call to actions request.
|
Copyright © 2017 BotMill. All rights reserved.