You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot access the data property from the fulfillment in the webhook response. It only contains 'speech' and 'messages'. I forked the repo and added a parameter 'data' to the AIFulfillmentResponse.h and AIFulfillmentResponse.m accordingly. If you agree, I will submit the pull request.
I cannot access the data property from the fulfillment in the webhook response. It only contains 'speech' and 'messages'. I forked the repo and added a parameter 'data' to the AIFulfillmentResponse.h and AIFulfillmentResponse.m accordingly. If you agree, I will submit the pull request.
@property(nonatomic, copy, readonly) NSDictionary *data;
The text was updated successfully, but these errors were encountered: