@@ -100,7 +100,7 @@ export interface IMessageActivity extends IActivity<'message'> {
100100 /**
101101 * get all quoted reply entities from this message
102102 *
103- * @experimental This API is in preview and may change in the future.
103+ * @experimental This API is coming soon and may change in the future.
104104 * Diagnostic: ExperimentalTeamsQuotedReplies
105105 */
106106 getQuotedMessages ( ) : QuotedReplyEntity [ ] ;
@@ -374,7 +374,7 @@ export class MessageActivity extends Activity<'message'> implements IMessageActi
374374 /**
375375 * get all quoted reply entities from this message
376376 *
377- * @experimental This API is in preview and may change in the future.
377+ * @experimental This API is coming soon and may change in the future.
378378 * Diagnostic: ExperimentalTeamsQuotedReplies
379379 */
380380 getQuotedMessages ( ) : QuotedReplyEntity [ ] {
@@ -409,7 +409,7 @@ export class MessageActivity extends Activity<'message'> implements IMessageActi
409409 * @param isTargeted - If true, marks this as a targeted message visible only to the recipient
410410 * @returns this instance for chaining
411411 *
412- * @experimental This API is in preview and may change in the future.
412+ * @experimental This API is coming soon and may change in the future.
413413 * Diagnostic: ExperimentalTeamsTargeted
414414 */
415415 withRecipient ( account : Account , isTargeted : boolean = false ) : this {
@@ -425,7 +425,7 @@ export class MessageActivity extends Activity<'message'> implements IMessageActi
425425 * @param text - Optional text, appended to the quoted message placeholder
426426 * @returns this instance for chaining
427427 *
428- * @experimental This API is in preview and may change in the future.
428+ * @experimental This API is coming soon and may change in the future.
429429 * Diagnostic: ExperimentalTeamsQuotedReplies
430430 */
431431 addQuote ( messageId : string , text ?: string ) : this {
@@ -448,7 +448,7 @@ export class MessageActivity extends Activity<'message'> implements IMessageActi
448448 * before existing text. Used by reply()/quote() for quote-above-response.
449449 * @param messageId - The IC3 message ID of the message to quote
450450 *
451- * @experimental This API is in preview and may change in the future.
451+ * @experimental This API is coming soon and may change in the future.
452452 * Diagnostic: ExperimentalTeamsQuotedReplies
453453 */
454454 prependQuote ( messageId : string ) : this {
0 commit comments