Inconsistent ConversationParameters interface #4859
Labels
bug
Indicates an unexpected problem or an unintended behavior.
needs-triage
The issue has just been created and it has not been reviewed by the team.
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Versions
What package version of the SDK are you using.
[email protected]
What nodejs version are you using
N/A but Node 22
What browser version are you using
N/A but Chrome
What os are you using
N/A but MacOS 15.3
Describe the bug
There's an inconsistency between the docstring and the actual type for the
activity
field in theConversationParameters
interface. The docstring claims it is optional, but according to the type it is required.To Reproduce
Steps to reproduce the behavior:
index.ts:872-876
file in the botframework-schemaExpected behavior
For the docstring and the interface to be consistent.
The text was updated successfully, but these errors were encountered: