OpenDialogRequest

case class OpenDialogRequest(dialog: String, trigger_id: String)
Value parameters:
dialog

The dialog definition. This must be a JSON-encoded string.

trigger_id

Exchange a trigger to post to the user.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product