You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Persisted session state used to track a conversations dialog stack. */
@@ -1435,7 +1435,7 @@ export class ThumbnailCard implements IIsAttachment {
1435
1435
toAttachment(): IAttachment;
1436
1436
}
1437
1437
1438
-
/** Card builder class that simplifies building hero cards. Hero cards contain the same information as a thumbnail card, just with a larger more pronounced layout for the cards imagess. */
1438
+
/** Card builder class that simplifies building hero cards. Hero cards contain the same information as a thumbnail card, just with a larger more pronounced layout for the cards images. */
1439
1439
exportclassHeroCardextendsThumbnailCard{
1440
1440
1441
1441
/**
@@ -1964,6 +1964,12 @@ export class IntentDialog extends Dialog {
1964
1964
* @param dialogArgs (Optional) arguments to pass the dialog that started when `dialogId` is a _{string}_.
@@ -2370,4 +2376,4 @@ export class BotConnectorBot extends Dialog {
2370
2376
/** __DEPRECATED__ use [UniversalBot](/en-us/node/builder/chat-reference/classes/_botbuilder_d_.universalbot) and a [ConsoleConnector](/en-us/node/builder/chat-reference/classes/_botbuilder_d_.consoleconnector) instead. */
0 commit comments