Event
Specifies the event object associated with the input event args. Represents the underlying event that triggered the action, providing details about the event.
boolean
Specifies the whether the user is typing in the chat UI component.
Returns true
, when the user ends typing and false
when the message is sent or user value is cleared.
string
Represents the content of the message sent by a user in the Chat UI component.
string
Specifies name of the event.
Represents the current user in the Chat UI component. This property holds the user information, such as username and other relevant details.