$k. ActionResponse

new $k.ActionResponse()

Methods

setData(data) → {$k.ActionResponse}

Data function

Parameters:
NameTypeDescription
dataobject
Returns:

This object.

Type: 
$k.ActionResponse

setFollowup(followup) → {$k.ActionResponse}

Followup function

Parameters:
NameTypeDescription
followupstring
Returns:

This object.

Type: 
$k.ActionResponse

setGlobalContext(globalContext) → {$k.ActionResponse}

Set global context object

Parameters:
NameTypeDescription
globalContextArray.<object>
Deprecated
  • This function is deprecated and might be removed in future releases
Returns:

This object.

Type: 
$k.ActionResponse

setNotification(message, typeopt) → {$k.ActionResponse}

Notification function

Parameters:
NameTypeAttributesDescription
messagestring
typestring<optional>
Returns:

This object.

Type: 
$k.ActionResponse

setReceiverRole(receiverRole) → {$k.ActionResponse}

the view with the given role will receive the response

Parameters:
NameTypeDescription
receiverRolestring
Since
  • 5.4.0
Returns:

This object.

Type: 
$k.ActionResponse

setSession(session) → {$k.ActionResponse}

Set the session

Parameters:
NameTypeDescription
sessionobject

Either a JSON object or a Session

Returns:

This object.

Type: 
$k.ActionResponse

toJSON() → {object}

Returns:
Type: 
object