actions-on-google / actions-on-google-nodejs

Node.js client library for Actions on Google
https://actions-on-google.github.io/actions-on-google-nodejs
Apache License 2.0
900 stars 197 forks source link

Update conversation.ts #436

Open UBayouski opened 1 year ago

UBayouski commented 1 year ago

Due to newer versions of TypeScript there is a type cast exception for extended classes ActionsSdkConversation and DialogflowConversation. Their generic types TConvData = JsonObject signature and JsonObject cannot be cast to {} ConversationOptionsInit<{}, TUserStorage>.