Header

data class Header(    val dialogRequestId: String,     val messageId: String,     val name: String,     val namespace: String,     val version: String,     val referrerDialogRequestId: String?)

The data class for header of message

Parameters

dialogRequestId

the id for request that generated by client.

messageId

the unique id for the message

name

the name of directive

namespace

the namespace of directive

version

the version

referrerDialogRequestId

the referrer dialog request Id

Constructors

Link copied to clipboard
fun Header(    dialogRequestId: String,     messageId: String,     name: String,     namespace: String,     version: String,     referrerDialogRequestId: String?)

Properties

Link copied to clipboard
val dialogRequestId: String
Link copied to clipboard
val messageId: String
Link copied to clipboard
val name: String
Link copied to clipboard
val namespace: String
Link copied to clipboard
val referrerDialogRequestId: String?
Link copied to clipboard
val version: String