Type Alias RenderUserDefinedResponse

RenderUserDefinedResponse: (
    state: RenderUserDefinedState,
    instance: ChatInstance,
) => ReactNode

The type of the render function that is used to render user defined responses. This function should return a component that renders the display for the message contained in the given event.

Type declaration

MMNEPVFCICPMFPCPTTAAATR