what exactly is the difference between these two f...
# libpact_ffi-users
p
both introduces description to the interaction ?
or is that the pactffi_given is for only introducing provider state description ?
m
There was some reason for needing it in C++
You can set the description from either method, though
u
The way C++ constructors work, you can't pass the description in when the handle is created, so it has to be added later.
👍 2
pactffi_new_interaction
creates a new integration and sets the description. It is probably what you want to do.