We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9274ba6 + 1f4db62 commit be13bcbCopy full SHA for be13bcb
1 file changed
src/directLine.ts
@@ -189,7 +189,8 @@ export interface Message extends IActivity {
189
textFormat?: "plain" | "markdown" | "xml",
190
attachmentLayout?: AttachmentLayout,
191
attachments?: Attachment[],
192
- entities?: any[]
+ entities?: any[],
193
+ suggestedActions?: CardAction[]
194
}
195
196
export interface Typing extends IActivity {
0 commit comments