actionContext property

String? actionContext
getter/setter pair

Contains the action's context that must be included as part of the TriggerActionPayload.action_context in TriggerActionRequest.payload to call the triggeraction method.

The content should be treated as opaque and must not be modified.

Implementation

core.String? actionContext;