StaticattachmentCreates a message activity with a single attachment.
The attachment to include in the message.
Optionaltext: string(Optional) The text of the message.
Optionalspeak: string(Optional) The text to be spoken by the agent.
OptionalinputHint: string(Optional) The input hint for the message.
The created message activity with an attachment.
StaticcarouselCreates a message activity with a carousel of attachments.
The list of attachments to include in the carousel.
Optionaltext: string(Optional) The text of the message.
Optionalspeak: string(Optional) The text to be spoken by the agent.
OptionalinputHint: string(Optional) The input hint for the message.
The created message activity with a carousel of attachments.
StaticcontentCreates a message activity with content from a URL.
The URL of the content.
The content type of the attachment.
Optionalname: string(Optional) The name of the attachment.
Optionaltext: string(Optional) The text of the message.
Optionalspeak: string(Optional) The text to be spoken by the agent.
OptionalinputHint: string(Optional) The input hint for the message.
The created message activity with content from a URL.
StaticlistCreates a message activity with a list of attachments.
The list of attachments to include in the message.
Optionaltext: string(Optional) The text of the message.
Optionalspeak: string(Optional) The text to be spoken by the agent.
OptionalinputHint: string(Optional) The input hint for the message.
The created message activity with a list of attachments.
StaticsuggestedCreates a message activity with suggested actions.
The suggested actions.
Optionaltext: string(Optional) The text of the message.
Optionalspeak: string(Optional) The text to be spoken by the agent.
OptionalinputHint: string(Optional) The input hint for the message.
The created message activity with suggested actions.
StatictextCreates a text message activity.
The text of the message.
Optionalspeak: string(Optional) The text to be spoken by the agent.
OptionalinputHint: string(Optional) The input hint for the message.
The created text message activity.
A factory class for creating various types of message activities.