Feedback functionality for Components integration.
class FeedbackDict(TypedDict)
@deprecated( "This class will be removed in a future version. Use {} which is TypedDict." ) @dataclass class Feedback()
def get_feedback_dict( feedback: Union[Feedback, FeedbackDict]) -> dict[str, Any]
feedback
Was this page helpful?