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
@@ -5568,6 +5577,11 @@ export class MessagesRequest {
5568
5577
* @return {boolean}
5569
5578
*/
5570
5579
isInteractionGoalCompletedOnly(): boolean;
5580
+
/**
5581
+
* Returns the list of selected attachment types used for filtering messages.
5582
+
* @return {Array<AttachmentTypes>}
5583
+
*/
5584
+
getAttachmentTypes(): Array<AttachmentType>;
5571
5585
/**
5572
5586
* Get list of next messages based on the parameters specified in MessagesRequestBuilder class. The Developer need to call this method repeatedly using the same object of MessagesRequest class to get paginated list of message.
5573
5587
* @returns {Promise<BaseMessage[] | []>}
@@ -5608,6 +5622,7 @@ export class MessagesRequestBuilder {
0 commit comments