$caila.setClientNerId
You can use the $caila.setClientNerId
method to set a custom clientId
to be used later to parse text.
tip
$request.channelUserId
is used by default as the unique client ID.Syntax
The method accepts the custom client ID in the string
format:
$caila.setClientNerId("testClientId");
How to use
state: new id
intent!: /SpecialOffer
script:
$caila.setClientNerId("special offer client");
a: Thank you for your trust!