ChatFollowup

interface ChatFollowup(source)

A followup question suggested by the participant.

Online Documentation

Properties

Link copied to clipboard
abstract var command: String?

By default, the followup goes to the same participant/command. But this property can be set to invoke a different command.

Link copied to clipboard
abstract var label: String?

A title to show the user. The prompt will be shown by default, when this is unspecified.

Link copied to clipboard
abstract var participant: String?

By default, the followup goes to the same participant/command. But this property can be set to invoke a different participant by ID. Followups can only invoke a participant that was contributed by the same extension.

Link copied to clipboard
abstract var prompt: String

The message to send to the chat.