Hi all,

I have some points to discuss, after implementing intent for my Kotlin example.

1. Is it possible/feasible to add parameter for /ask endpoint? For example, if 
developers want to use some request metadata in their probe, it would be useful 
for them to receive it from client. It could be some dynamic characteristic of 
the user, which is used differently, depending on the intent.
2. There is an interface NCValue, which could be implemented and objects of the 
impl class are returned from NCValueLoader. But there is no point in it being 
an interface, because developer can't use any fields in child class. I think 
it'd be good, if original NCValue was returned in NCTokenImpl, so developer can 
store some additional loaded data there.

Any thoughts would be appreciated!

Thanks,
Gleb.

Reply via email to