We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c49bd commit 00bca73Copy full SHA for 00bca73
libraries/botbuilder-dialogs/botbuilder/dialogs/component_dialog.py
@@ -253,9 +253,9 @@ async def on_reprompt_dialog( # pylint: disable=unused-argument
253
) -> None:
254
"""
255
:param turn_context: The :class:`botbuilder.core.TurnContext` for the current turn of the conversation.
256
- :type turn_context: :class:`DialogInstance`
+ :type turn_context: :class:`botbuilder.core.TurnContext`
257
:param instance: State information associated with the instance of this component dialog.
258
- :type instance: :class:`DialogInstance`
+ :type instance: :class:`botbuilder.core.DialogInstance`
259
260
return
261
0 commit comments