Will be invoked once after each request to get suggested followup questions to show the user. The user can click the followup to send it to the chat.

Fields

provideFollowups(result:ChatResult, context:ChatContext, token:CancellationToken):ProviderResult<Array<ChatFollowup>>

Provide followups for the given result.

Parameters:

result

This object has the same properties as the result returned from the participant callback, including metadata, but is not the same instance.

context

Extra context passed to a participant.

token

A cancellation token.