Optional
followupThis provider will be called once after each request to retrieve suggested followup questions.
Optional
iconAn icon for the participant shown in UI.
Readonly
idA unique ID for this participant.
An event that fires whenever feedback for a result is received, e.g. when a user up- or down-votes a result.
The passed result is guaranteed to be the same instance that was previously returned from this chat participant.
The handler for requests to this participant.
A chat participant can be invoked by the user in a chat session, using the
@
prefix. When it is invoked, it handles the chat request and is solely responsible for providing a response to the user. A ChatParticipant is created using chat.createChatParticipant.Stubbed