Socket
Socket
Sign inDemoInstall

botframework-schema

Package Overview
Dependencies
Maintainers
1
Versions
543
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botframework-schema - npm Package Compare versions

Comparing version 4.2.1 to 4.3.2

lib/activityInterfaces.d.ts

79

lib/index.js
"use strict";
/*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is
* regenerated.
*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -11,6 +6,2 @@ /**

* Possible values include: 'user', 'bot'
* There could be more values for this enum apart from the ones defined here.If
* you want to set a value that is not from the known values then you can do
* the following:
* let param: RoleTypes = <RoleTypes>"someUnknownValueThatWillStillBeValid";
* @readonly

@@ -26,11 +17,5 @@ * @enum {string}

* Defines values for ActivityTypes.
* Possible values include: 'message', 'contactRelationUpdate',
* 'conversationUpdate', 'typing', 'endOfConversation', 'event', 'invoke',
* 'deleteUserData', 'messageUpdate', 'messageDelete', 'installationUpdate',
* 'messageReaction', 'suggestion', 'trace', 'handoff'
* There could be more values for this enum apart from the ones defined here.If
* you want to set a value that is not from the known values then you can do
* the following:
* let param: ActivityTypes =
* <ActivityTypes>"someUnknownValueThatWillStillBeValid";
* Possible values include: 'message', 'contactRelationUpdate', 'conversationUpdate', 'typing',
* 'endOfConversation', 'event', 'invoke', 'deleteUserData', 'messageUpdate', 'messageDelete',
* 'installationUpdate', 'messageReaction', 'suggestion', 'trace', 'handoff'
* @readonly

@@ -60,7 +45,2 @@ * @enum {string}

* Possible values include: 'markdown', 'plain', 'xml'
* There could be more values for this enum apart from the ones defined here.If
* you want to set a value that is not from the known values then you can do
* the following:
* let param: TextFormatTypes =
* <TextFormatTypes>"someUnknownValueThatWillStillBeValid";
* @readonly

@@ -78,7 +58,2 @@ * @enum {string}

* Possible values include: 'list', 'carousel'
* There could be more values for this enum apart from the ones defined here.If
* you want to set a value that is not from the known values then you can do
* the following:
* let param: AttachmentLayoutTypes =
* <AttachmentLayoutTypes>"someUnknownValueThatWillStillBeValid";
* @readonly

@@ -95,7 +70,2 @@ * @enum {string}

* Possible values include: 'like', 'plusOne'
* There could be more values for this enum apart from the ones defined here.If
* you want to set a value that is not from the known values then you can do
* the following:
* let param: MessageReactionTypes =
* <MessageReactionTypes>"someUnknownValueThatWillStillBeValid";
* @readonly

@@ -112,6 +82,2 @@ * @enum {string}

* Possible values include: 'acceptingInput', 'ignoringInput', 'expectingInput'
* There could be more values for this enum apart from the ones defined here.If
* you want to set a value that is not from the known values then you can do
* the following:
* let param: InputHints = <InputHints>"someUnknownValueThatWillStillBeValid";
* @readonly

@@ -128,10 +94,4 @@ * @enum {string}

* Defines values for ActionTypes.
* Possible values include: 'openUrl', 'imBack', 'postBack', 'playAudio',
* 'playVideo', 'showImage', 'downloadFile', 'signin', 'call', 'payment',
* 'messageBack'
* There could be more values for this enum apart from the ones defined here.If
* you want to set a value that is not from the known values then you can do
* the following:
* let param: ActionTypes =
* <ActionTypes>"someUnknownValueThatWillStillBeValid";
* Possible values include: 'openUrl', 'imBack', 'postBack', 'playAudio', 'playVideo', 'showImage',
* 'downloadFile', 'signin', 'call', 'payment', 'messageBack'
* @readonly

@@ -156,9 +116,4 @@ * @enum {string}

* Defines values for EndOfConversationCodes.
* Possible values include: 'unknown', 'completedSuccessfully',
* 'userCancelled', 'botTimedOut', 'botIssuedInvalidMessage', 'channelFailed'
* There could be more values for this enum apart from the ones defined here.If
* you want to set a value that is not from the known values then you can do
* the following:
* let param: EndOfConversationCodes =
* <EndOfConversationCodes>"someUnknownValueThatWillStillBeValid";
* Possible values include: 'unknown', 'completedSuccessfully', 'userCancelled', 'botTimedOut',
* 'botIssuedInvalidMessage', 'channelFailed'
* @readonly

@@ -179,7 +134,2 @@ * @enum {string}

* Possible values include: 'low', 'normal', 'high'
* There could be more values for this enum apart from the ones defined here.If
* you want to set a value that is not from the known values then you can do
* the following:
* let param: ActivityImportance =
* <ActivityImportance>"someUnknownValueThatWillStillBeValid";
* @readonly

@@ -197,7 +147,2 @@ * @enum {string}

* Possible values include: 'normal', 'notification'
* There could be more values for this enum apart from the ones defined here.If
* you want to set a value that is not from the known values then you can do
* the following:
* let param: DeliveryModes =
* <DeliveryModes>"someUnknownValueThatWillStillBeValid";
* @readonly

@@ -214,7 +159,2 @@ * @enum {string}

* Possible values include: 'add', 'remove'
* There could be more values for this enum apart from the ones defined here.If
* you want to set a value that is not from the known values then you can do
* the following:
* let param: ContactRelationUpdateActionTypes =
* <ContactRelationUpdateActionTypes>"someUnknownValueThatWillStillBeValid";
* @readonly

@@ -231,7 +171,2 @@ * @enum {string}

* Possible values include: 'add', 'remove'
* There could be more values for this enum apart from the ones defined here.If
* you want to set a value that is not from the known values then you can do
* the following:
* let param: InstallationUpdateActionTypes =
* <InstallationUpdateActionTypes>"someUnknownValueThatWillStillBeValid";
* @readonly

@@ -238,0 +173,0 @@ * @enum {string}

{
"name": "botframework-schema",
"version": "4.2.1",
"version": "4.3.2",
"description": "Activity schema for the Microsoft Bot Framework.",

@@ -12,6 +12,3 @@ "keywords": [

"typings": "./lib/index.d.ts",
"dependencies": {
"@types/node": "^9.3.0",
"ms-rest-js": "1.0.455"
},
"dependencies": {},
"devDependencies": {},

@@ -21,3 +18,3 @@ "scripts": {

"clean": "erase /q /s .\\lib",
"set-version": "npm version --allow-same-version 4.2.1"
"set-version": "npm version --allow-same-version 4.3.2"
},

@@ -31,3 +28,7 @@ "homepage": "http://github.com/Microsoft/botbuilder-js",

"url": "git@github.com:Microsoft/botbuilder-js.git"
}
}
},
"files": [
"/lib",
"/src"
]
}
/*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is
* regenerated.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/
export * from './activityInterfaces';
import { ServiceClientOptions } from "ms-rest-js";
import * as msRest from "ms-rest-js";
/**
* @interface
* An interface representing AttachmentView.
* Attachment View name and size
*
*/
export interface AttachmentView {
/**
* @member {string} [viewId] Content type of the attachment
* Content type of the attachment
*/
viewId: string;
/**
* @member {number} [size] Name of the attachment
* Name of the attachment
*/

@@ -29,18 +22,15 @@ size: number;

/**
* @interface
* An interface representing AttachmentInfo.
* Metadata for an attachment
*
*/
export interface AttachmentInfo {
/**
* @member {string} [name] Name of the attachment
* Name of the attachment
*/
name: string;
/**
* @member {string} [type] ContentType of the attachment
* ContentType of the attachment
*/
type: string;
/**
* @member {AttachmentView[]} [views] attachment views
* attachment views
*/

@@ -51,14 +41,11 @@ views: AttachmentView[];

/**
* @interface
* An interface representing InnerHttpError.
* Object representing inner http error
*
*/
export interface InnerHttpError {
/**
* @member {number} [statusCode] HttpStatusCode from failed request
* HttpStatusCode from failed request
*/
statusCode: number;
/**
* @member {any} [body] Body from failed request
* Body from failed request
*/

@@ -69,18 +56,15 @@ body: any;

/**
* @interface
* An interface representing ErrorModel.
* Object representing error information
*
*/
export interface ErrorModel {
/**
* @member {string} [code] Error code
* Error code
*/
code: string;
/**
* @member {string} [message] Error message
* Error message
*/
message: string;
/**
* @member {InnerHttpError} [innerHttpError] Error from inner http call
* Error from inner http call
*/

@@ -91,10 +75,7 @@ innerHttpError: InnerHttpError;

/**
* @interface
* An interface representing ErrorResponse.
* An HTTP API response
*
*/
export interface ErrorResponse {
/**
* @member {ErrorModel} [error] Error message
* Error message
*/

@@ -105,25 +86,21 @@ error: ErrorModel;

/**
* @interface
* An interface representing ChannelAccount.
* Channel account information needed to route a message
*
*/
export interface ChannelAccount {
/**
* @member {string} [id] Channel id for the user or bot on this channel
* (Example: joe@smith.com, or @joesmith or 123456)
* Channel id for the user or bot on this channel (Example: joe@smith.com, or @joesmith or
* 123456)
*/
id: string;
/**
* @member {string} [name] Display friendly name
* Display friendly name
*/
name: string;
/**
* @member {string} [aadObjectId] This account's object ID within Azure
* Active Directory (AAD)
* This account's object ID within Azure Active Directory (AAD)
*/
aadObjectId?: string;
/**
* @member {RoleTypes} [role] Role of the entity behind the account (Example:
* User, Bot, etc.). Possible values include: 'user', 'bot'
* Role of the entity behind the account (Example: User, Bot, etc.). Possible values include:
* 'user', 'bot'
*/

@@ -134,35 +111,34 @@ role?: RoleTypes | string;

/**
* @interface
* An interface representing ConversationAccount.
* Channel account information for a conversation
*
*/
export interface ConversationAccount {
/**
* @member {boolean} [isGroup] Indicates whether the conversation contains
* more than two participants at the time the activity was generated
* Indicates whether the conversation contains more than two participants at the time the
* activity was generated
*/
isGroup: boolean;
/**
* @member {string} [conversationType] Indicates the type of the conversation
* in channels that distinguish between conversation types
* Indicates the type of the conversation in channels that distinguish between conversation types
*/
conversationType: string;
/**
* @member {string} [id] Channel id for the user or bot on this channel
* (Example: joe@smith.com, or @joesmith or 123456)
* This conversation's tenant ID
*/
tenantId: string;
/**
* Channel id for the user or bot on this channel (Example: joe@smith.com, or @joesmith or
* 123456)
*/
id: string;
/**
* @member {string} [name] Display friendly name
* Display friendly name
*/
name: string;
/**
* @member {string} [aadObjectId] This account's object ID within Azure
* Active Directory (AAD)
* This account's object ID within Azure Active Directory (AAD)
*/
aadObjectId?: string;
/**
* @member {RoleTypes} [role] Role of the entity behind the account (Example:
* User, Bot, etc.). Possible values include: 'user', 'bot'
* Role of the entity behind the account (Example: User, Bot, etc.). Possible values include:
* 'user', 'bot'
*/

@@ -173,11 +149,7 @@ role?: RoleTypes;

/**
* @interface
* An interface representing MessageReaction.
* Message reaction object
*
*/
export interface MessageReaction {
/**
* @member {MessageReactionTypes} [type] Message reaction type. Possible
* values include: 'like', 'plusOne'
* Message reaction type. Possible values include: 'like', 'plusOne'
*/

@@ -188,12 +160,8 @@ type: MessageReactionTypes | string;

/**
* @interface
* An interface representing CardAction.
* A clickable action
*
*/
export interface CardAction {
/**
* @member {ActionTypes} [type] The type of action implemented by this
* button. Possible values include: 'openUrl', 'imBack', 'postBack',
* 'playAudio', 'playVideo', 'showImage', 'downloadFile', 'signin', 'call',
* The type of action implemented by this button. Possible values include: 'openUrl', 'imBack',
* 'postBack', 'playAudio', 'playVideo', 'showImage', 'downloadFile', 'signin', 'call',
* 'payment', 'messageBack'

@@ -203,27 +171,23 @@ */

/**
* @member {string} [title] Text description which appears on the button
* Text description which appears on the button
*/
title: string;
/**
* @member {string} [image] Image URL which will appear on the button, next
* to text label
* Image URL which will appear on the button, next to text label
*/
image?: string;
/**
* @member {string} [text] Text for this action
* Text for this action
*/
text?: string;
/**
* @member {string} [displayText] (Optional) text to display in the chat feed
* if the button is clicked
* (Optional) text to display in the chat feed if the button is clicked
*/
displayText?: string;
/**
* @member {any} [value] Supplementary parameter for action. Content of this
* property depends on the ActionType
* Supplementary parameter for action. Content of this property depends on the ActionType
*/
value: any;
/**
* @member {any} [channelData] Channel-specific data associated with this
* action
* Channel-specific data associated with this action
*/

@@ -234,16 +198,12 @@ channelData?: any;

/**
* @interface
* An interface representing SuggestedActions.
* SuggestedActions that can be performed
*
*/
export interface SuggestedActions {
/**
* @member {string[]} [to] Ids of the recipients that the actions should be
* shown to. These Ids are relative to the channelId and a subset of all
* recipients of the activity
* Ids of the recipients that the actions should be shown to. These Ids are relative to the
* channelId and a subset of all recipients of the activity
*/
to: string[];
/**
* @member {CardAction[]} [actions] Actions that can be shown to the user
* Actions that can be shown to the user
*/

@@ -254,27 +214,23 @@ actions: CardAction[];

/**
* @interface
* An interface representing Attachment.
* An attachment within an activity
*
*/
export interface Attachment {
/**
* @member {string} [contentType] mimetype/Contenttype for the file
* mimetype/Contenttype for the file
*/
contentType: string;
/**
* @member {string} [contentUrl] Content Url
* Content Url
*/
contentUrl?: string;
/**
* @member {any} [content] Embedded content
* Embedded content
*/
content?: any;
/**
* @member {string} [name] (OPTIONAL) The name of the attachment
* (OPTIONAL) The name of the attachment
*/
name?: string;
/**
* @member {string} [thumbnailUrl] (OPTIONAL) Thumbnail associated with
* attachment
* (OPTIONAL) Thumbnail associated with attachment
*/

@@ -285,10 +241,7 @@ thumbnailUrl?: string;

/**
* @interface
* An interface representing Entity.
* Metadata object pertaining to an activity
*
*/
export interface Entity {
/**
* @member {string} [type] Type of this entity (RFC 3987 IRI)
* Type of this entity (RFC 3987 IRI)
*/

@@ -299,32 +252,27 @@ type: string;

/**
* @interface
* An interface representing ConversationReference.
* An object relating to a particular point in a conversation
*
*/
export interface ConversationReference {
/**
* @member {string} [activityId] (Optional) ID of the activity to refer to
* (Optional) ID of the activity to refer to
*/
activityId?: string;
/**
* @member {ChannelAccount} [user] (Optional) User participating in this
* conversation
* (Optional) User participating in this conversation
*/
user?: ChannelAccount;
/**
* @member {ChannelAccount} [bot] Bot participating in this conversation
* Bot participating in this conversation
*/
bot: ChannelAccount;
/**
* @member {ConversationAccount} [conversation] Conversation reference
* Conversation reference
*/
conversation: ConversationAccount;
/**
* @member {string} [channelId] Channel ID
* Channel ID
*/
channelId: string;
/**
* @member {string} [serviceUrl] Service endpoint where operations concerning
* the referenced conversation may be performed
* Service endpoint where operations concerning the referenced conversation may be performed
*/

@@ -335,15 +283,11 @@ serviceUrl: string;

/**
* @interface
* An interface representing TextHighlight.
* Refers to a substring of content within another field
*
*/
export interface TextHighlight {
/**
* @member {string} [text] Defines the snippet of text to highlight
* Defines the snippet of text to highlight
*/
text: string;
/**
* @member {number} [occurrence] Occurrence of the text field within the
* referenced text, if multiple exist.
* Occurrence of the text field within the referenced text, if multiple exist.
*/

@@ -354,15 +298,11 @@ occurrence: number;

/**
* @interface
* An interface representing SemanticAction.
* Represents a reference to a programmatic action
*
*/
export interface SemanticAction {
/**
* @member {string} [id] ID of this action
* ID of this action
*/
id: string;
/**
* @member {{ [propertyName: string]: Entity }} [entities] Entities
* associated with this action
* Entities associated with this action
*/

@@ -373,30 +313,23 @@ entities: { [propertyName: string]: Entity };

/**
* @interface
* An interface representing Activity.
* An Activity is the basic communication type for the Bot Framework 3.0
* protocol.
*
* An Activity is the basic communication type for the Bot Framework 3.0 protocol.
*/
export interface Activity {
/**
* @member {ActivityTypes} [type] Contains the activity type. Possible values
* include: 'message', 'contactRelationUpdate', 'conversationUpdate',
* 'typing', 'endOfConversation', 'event', 'invoke', 'deleteUserData',
* 'messageUpdate', 'messageDelete', 'installationUpdate', 'messageReaction',
* 'suggestion', 'trace', 'handoff'
* Contains the activity type. Possible values include: 'message', 'contactRelationUpdate',
* 'conversationUpdate', 'typing', 'endOfConversation', 'event', 'invoke', 'deleteUserData',
* 'messageUpdate', 'messageDelete', 'installationUpdate', 'messageReaction', 'suggestion',
* 'trace', 'handoff'
*/
type: ActivityTypes | string;
/**
* @member {string} [id] Contains an ID that uniquely identifies the activity
* on the channel.
* Contains an ID that uniquely identifies the activity on the channel.
*/
id?: string;
/**
* @member {Date} [timestamp] Contains the date and time that the message was
* sent, in UTC, expressed in ISO-8601 format.
* Contains the date and time that the message was sent, in UTC, expressed in ISO-8601 format.
*/
timestamp?: Date;
/**
* @member {Date} [localTimestamp] Contains the date and time that the
* message was sent, in local time, expressed in ISO-8601 format.
* Contains the date and time that the message was sent, in local time, expressed in ISO-8601
* format.
* For example, 2016-09-23T13:07:49.4714686-07:00.

@@ -406,5 +339,4 @@ */

/**
* @member {string} [localTimezone] Contains the name of the timezone in
* which the message, in local time, expressed in IANA Time Zone database
* format.
* Contains the name of the timezone in which the message, in local time, expressed in IANA Time
* Zone database format.
* For example, America/Los_Angeles.

@@ -414,33 +346,27 @@ */

/**
* @member {string} [serviceUrl] Contains the URL that specifies the
* channel's service endpoint. Set by the channel.
* Contains the URL that specifies the channel's service endpoint. Set by the channel.
*/
serviceUrl: string;
/**
* @member {string} [channelId] Contains an ID that uniquely identifies the
* channel. Set by the channel.
* Contains an ID that uniquely identifies the channel. Set by the channel.
*/
channelId: string;
/**
* @member {ChannelAccount} [from] Identifies the sender of the message.
* Identifies the sender of the message.
*/
from: ChannelAccount;
/**
* @member {ConversationAccount} [conversation] Identifies the conversation
* to which the activity belongs.
* Identifies the conversation to which the activity belongs.
*/
conversation: ConversationAccount;
/**
* @member {ChannelAccount} [recipient] Identifies the recipient of the
* message.
* Identifies the recipient of the message.
*/
recipient: ChannelAccount;
/**
* @member {TextFormatTypes} [textFormat] Format of text fields
* Default:markdown. Possible values include: 'markdown', 'plain', 'xml'
* Format of text fields Default:markdown. Possible values include: 'markdown', 'plain', 'xml'
*/
textFormat?: TextFormatTypes | string;
/**
* @member {AttachmentLayoutTypes} [attachmentLayout] The layout hint for
* multiple attachments. Default: list. Possible values include: 'list',
* The layout hint for multiple attachments. Default: list. Possible values include: 'list',
* 'carousel'

@@ -450,37 +376,30 @@ */

/**
* @member {ChannelAccount[]} [membersAdded] The collection of members added
* to the conversation.
* The collection of members added to the conversation.
*/
membersAdded?: ChannelAccount[];
/**
* @member {ChannelAccount[]} [membersRemoved] The collection of members
* removed from the conversation.
* The collection of members removed from the conversation.
*/
membersRemoved?: ChannelAccount[];
/**
* @member {MessageReaction[]} [reactionsAdded] The collection of reactions
* added to the conversation.
* The collection of reactions added to the conversation.
*/
reactionsAdded?: MessageReaction[];
/**
* @member {MessageReaction[]} [reactionsRemoved] The collection of reactions
* removed from the conversation.
* The collection of reactions removed from the conversation.
*/
reactionsRemoved?: MessageReaction[];
/**
* @member {string} [topicName] The updated topic name of the conversation.
* The updated topic name of the conversation.
*/
topicName?: string;
/**
* @member {boolean} [historyDisclosed] Indicates whether the prior history
* of the channel is disclosed.
* Indicates whether the prior history of the channel is disclosed.
*/
historyDisclosed?: boolean;
/**
* @member {string} [locale] A locale name for the contents of the text
* field.
* The locale name is a combination of an ISO 639 two- or three-letter
* culture code associated with a language
* and an ISO 3166 two-letter subculture code associated with a country or
* region.
* A locale name for the contents of the text field.
* The locale name is a combination of an ISO 639 two- or three-letter culture code associated
* with a language
* and an ISO 3166 two-letter subculture code associated with a country or region.
* The locale name can also correspond to a valid BCP-47 language tag.

@@ -490,108 +409,94 @@ */

/**
* @member {string} [text] The text content of the message.
* The text content of the message.
*/
text: string;
/**
* @member {string} [speak] The text to speak.
* The text to speak.
*/
speak?: string;
/**
* @member {InputHints} [inputHint] Indicates whether your bot is accepting,
* expecting, or ignoring user input after the message is delivered to the
* client. Possible values include: 'acceptingInput', 'ignoringInput',
* 'expectingInput'
* Indicates whether your bot is accepting,
* expecting, or ignoring user input after the message is delivered to the client. Possible
* values include: 'acceptingInput', 'ignoringInput', 'expectingInput'
*/
inputHint?: InputHints | string;
/**
* @member {string} [summary] The text to display if the channel cannot
* render cards.
* The text to display if the channel cannot render cards.
*/
summary?: string;
/**
* @member {SuggestedActions} [suggestedActions] The suggested actions for
* the activity.
* The suggested actions for the activity.
*/
suggestedActions?: SuggestedActions;
/**
* @member {Attachment[]} [attachments] Attachments
* Attachments
*/
attachments?: Attachment[];
/**
* @member {Entity[]} [entities] Represents the entities that were mentioned
* in the message.
* Represents the entities that were mentioned in the message.
*/
entities?: Entity[];
/**
* @member {any} [channelData] Contains channel-specific content.
* Contains channel-specific content.
*/
channelData?: any;
/**
* @member {string} [action] Indicates whether the recipient of a
* contactRelationUpdate was added or removed from the sender's contact list.
* Indicates whether the recipient of a contactRelationUpdate was added or removed from the
* sender's contact list.
*/
action?: string;
/**
* @member {string} [replyToId] Contains the ID of the message to which this
* message is a reply.
* Contains the ID of the message to which this message is a reply.
*/
replyToId?: string;
/**
* @member {string} [label] A descriptive label for the activity.
* A descriptive label for the activity.
*/
label: string;
/**
* @member {string} [valueType] The type of the activity's value object.
* The type of the activity's value object.
*/
valueType: string;
/**
* @member {any} [value] A value that is associated with the activity.
* A value that is associated with the activity.
*/
value?: any;
/**
* @member {string} [name] The name of the operation associated with an
* invoke or event activity.
* The name of the operation associated with an invoke or event activity.
*/
name?: string;
/**
* @member {ConversationReference} [relatesTo] A reference to another
* conversation or activity.
* A reference to another conversation or activity.
*/
relatesTo?: ConversationReference;
/**
* @member {EndOfConversationCodes} [code] The a code for endOfConversation
* activities that indicates why the conversation ended. Possible values
* include: 'unknown', 'completedSuccessfully', 'userCancelled',
* 'botTimedOut', 'botIssuedInvalidMessage', 'channelFailed'
* The a code for endOfConversation activities that indicates why the conversation ended.
* Possible values include: 'unknown', 'completedSuccessfully', 'userCancelled', 'botTimedOut',
* 'botIssuedInvalidMessage', 'channelFailed'
*/
code?: EndOfConversationCodes | string;
/**
* @member {Date} [expiration] The time at which the activity should be
* considered to be "expired" and should not be presented to the recipient.
* The time at which the activity should be considered to be "expired" and should not be
* presented to the recipient.
*/
expiration?: Date;
/**
* @member {ActivityImportance} [importance] The importance of the activity.
* Possible values include: 'low', 'normal', 'high'
* The importance of the activity. Possible values include: 'low', 'normal', 'high'
*/
importance?: ActivityImportance | string;
/**
* @member {DeliveryModes} [deliveryMode] A delivery hint to signal to the
* recipient alternate delivery paths for the activity.
* The default delivery mode is "default". Possible values include: 'normal',
* 'notification'
* A delivery hint to signal to the recipient alternate delivery paths for the activity.
* The default delivery mode is "default". Possible values include: 'normal', 'notification'
*/
deliveryMode?: DeliveryModes | string;
/**
* @member {string[]} [listenFor] List of phrases and references that speech
* and language priming systems should listen for
* List of phrases and references that speech and language priming systems should listen for
*/
listenFor: string[];
/**
* @member {TextHighlight[]} [textHighlights] The collection of text
* fragments to highlight when the activity contains a ReplyToId value.
* The collection of text fragments to highlight when the activity contains a ReplyToId value.
*/
textHighlights?: TextHighlight[];
/**
* @member {SemanticAction} [semanticAction] An optional programmatic action
* accompanying this request
* An optional programmatic action accompanying this request
*/

@@ -602,34 +507,33 @@ semanticAction: SemanticAction;

/**
* @interface
* An interface representing ConversationParameters.
* Parameters for creating a new conversation
*
*/
export interface ConversationParameters {
/**
* @member {boolean} [isGroup] IsGroup
* IsGroup
*/
isGroup: boolean;
/**
* @member {ChannelAccount} [bot] The bot address for this conversation
* The bot address for this conversation
*/
bot: ChannelAccount;
/**
* @member {ChannelAccount[]} [members] Members to add to the conversation
* Members to add to the conversation
*/
members?: ChannelAccount[];
/**
* @member {string} [topicName] (Optional) Topic of the conversation (if
* supported by the channel)
* (Optional) Topic of the conversation (if supported by the channel)
*/
topicName?: string;
/**
* @member {Activity} [activity] (Optional) When creating a new conversation,
* use this activity as the initial message to the conversation
* (Optional) The tenant ID in which the conversation should be created
*/
activity: Activity;
tenantId?: string;
/**
* @member {any} [channelData] Channel specific payload for creating the
* (Optional) When creating a new conversation, use this activity as the initial message to the
* conversation
*/
activity: Activity;
/**
* Channel specific payload for creating the conversation
*/
channelData: any;

@@ -639,19 +543,15 @@ }

/**
* @interface
* An interface representing ConversationResourceResponse.
* A response containing a resource
*
*/
export interface ConversationResourceResponse {
/**
* @member {string} [activityId] ID of the Activity (if sent)
* ID of the Activity (if sent)
*/
activityId: string;
/**
* @member {string} [serviceUrl] Service endpoint where operations concerning
* the conversation may be performed
* Service endpoint where operations concerning the conversation may be performed
*/
serviceUrl: string;
/**
* @member {string} [id] Id of the resource
* Id of the resource
*/

@@ -662,14 +562,11 @@ id: string;

/**
* @interface
* An interface representing ConversationMembers.
* Conversation and its members
*
*/
export interface ConversationMembers {
/**
* @member {string} [id] Conversation ID
* Conversation ID
*/
id: string;
/**
* @member {ChannelAccount[]} [members] List of members in this conversation
* List of members in this conversation
*/

@@ -680,14 +577,11 @@ members: ChannelAccount[];

/**
* @interface
* An interface representing ConversationsResult.
* Conversations result
*
*/
export interface ConversationsResult {
/**
* @member {string} [continuationToken] Paging token
* Paging token
*/
continuationToken: string;
/**
* @member {ConversationMembers[]} [conversations] List of conversations
* List of conversations
*/

@@ -698,10 +592,7 @@ conversations: ConversationMembers[];

/**
* @interface
* An interface representing ResourceResponse.
* A response containing a resource ID
*
*/
export interface ResourceResponse {
/**
* @member {string} [id] Id of the resource
* Id of the resource
*/

@@ -712,11 +603,7 @@ id: string;

/**
* @interface
* An interface representing Transcript.
* Transcript
*
*/
export interface Transcript {
/**
* @member {Activity[]} [activities] A collection of Activities that conforms
* to the Transcript schema.
* A collection of Activities that conforms to the Transcript schema.
*/

@@ -727,14 +614,11 @@ activities: Activity[];

/**
* @interface
* An interface representing PagedMembersResult.
* Page of members.
*
*/
export interface PagedMembersResult {
/**
* @member {string} [continuationToken] Paging token
* Paging token
*/
continuationToken: string;
/**
* @member {ChannelAccount[]} [members] The Channel Accounts.
* The Channel Accounts.
*/

@@ -745,22 +629,19 @@ members: ChannelAccount[];

/**
* @interface
* An interface representing AttachmentData.
* Attachment data
*
*/
export interface AttachmentData {
/**
* @member {string} [type] Content-Type of the attachment
* Content-Type of the attachment
*/
type: string;
/**
* @member {string} [name] Name of the attachment
* Name of the attachment
*/
name: string;
/**
* @member {Uint8Array} [originalBase64] Attachment content
* Attachment content
*/
originalBase64: Uint8Array;
/**
* @member {Uint8Array} [thumbnailBase64] Attachment thumbnail
* Attachment thumbnail
*/

@@ -771,18 +652,15 @@ thumbnailBase64: Uint8Array;

/**
* @interface
* An interface representing CardImage.
* An image on a card
*
*/
export interface CardImage {
/**
* @member {string} [url] URL thumbnail image for major content property
* URL thumbnail image for major content property
*/
url: string;
/**
* @member {string} [alt] Image description intended for screen readers
* Image description intended for screen readers
*/
alt?: string;
/**
* @member {CardAction} [tap] Action assigned to specific Attachment
* Action assigned to specific Attachment
*/

@@ -793,32 +671,27 @@ tap?: CardAction;

/**
* @interface
* An interface representing HeroCard.
* A Hero card (card with a single, large image)
*
*/
export interface HeroCard {
/**
* @member {string} [title] Title of the card
* Title of the card
*/
title: string;
/**
* @member {string} [subtitle] Subtitle of the card
* Subtitle of the card
*/
subtitle: string;
/**
* @member {string} [text] Text for the card
* Text for the card
*/
text: string;
/**
* @member {CardImage[]} [images] Array of images for the card
* Array of images for the card
*/
images: CardImage[];
/**
* @member {CardAction[]} [buttons] Set of actions applicable to the current
* card
* Set of actions applicable to the current card
*/
buttons: CardAction[];
/**
* @member {CardAction} [tap] This action will be activated when user taps on
* the card itself
* This action will be activated when user taps on the card itself
*/

@@ -829,15 +702,11 @@ tap: CardAction;

/**
* @interface
* An interface representing ThumbnailUrl.
* Thumbnail URL
*
*/
export interface ThumbnailUrl {
/**
* @member {string} [url] URL pointing to the thumbnail to use for media
* content
* URL pointing to the thumbnail to use for media content
*/
url: string;
/**
* @member {string} [alt] HTML alt text to include on this thumbnail image
* HTML alt text to include on this thumbnail image
*/

@@ -848,15 +717,11 @@ alt: string;

/**
* @interface
* An interface representing MediaUrl.
* Media URL
*
*/
export interface MediaUrl {
/**
* @member {string} [url] Url for the media
* Url for the media
*/
url: string;
/**
* @member {string} [profile] Optional profile hint to the client to
* differentiate multiple MediaUrl objects from each other
* Optional profile hint to the client to differentiate multiple MediaUrl objects from each other
*/

@@ -867,62 +732,53 @@ profile?: string;

/**
* @interface
* An interface representing AnimationCard.
* An animation card (Ex: gif or short video clip)
*
*/
export interface AnimationCard {
/**
* @member {string} [title] Title of this card
* Title of this card
*/
title: string;
/**
* @member {string} [subtitle] Subtitle of this card
* Subtitle of this card
*/
subtitle: string;
/**
* @member {string} [text] Text of this card
* Text of this card
*/
text: string;
/**
* @member {ThumbnailUrl} [image] Thumbnail placeholder
* Thumbnail placeholder
*/
image: ThumbnailUrl;
/**
* @member {MediaUrl[]} [media] Media URLs for this card. When this field
* contains more than one URL, each URL is an alternative format of the same
* content.
* Media URLs for this card. When this field contains more than one URL, each URL is an
* alternative format of the same content.
*/
media: MediaUrl[];
/**
* @member {CardAction[]} [buttons] Actions on this card
* Actions on this card
*/
buttons: CardAction[];
/**
* @member {boolean} [shareable] This content may be shared with others
* (default:true)
* This content may be shared with others (default:true)
*/
shareable: boolean;
/**
* @member {boolean} [autoloop] Should the client loop playback at end of
* content (default:true)
* Should the client loop playback at end of content (default:true)
*/
autoloop: boolean;
/**
* @member {boolean} [autostart] Should the client automatically start
* playback of media in this card (default:true)
* Should the client automatically start playback of media in this card (default:true)
*/
autostart: boolean;
/**
* @member {string} [aspect] Aspect ratio of thumbnail/media placeholder.
* Allowed values are "16:9" and "4:3"
* Aspect ratio of thumbnail/media placeholder. Allowed values are "16:9" and "4:3"
*/
aspect: string;
/**
* @member {string} [duration] Describes the length of the media content
* without requiring a receiver to open the content. Formatted as an ISO 8601
* Duration field.
* Describes the length of the media content without requiring a receiver to open the content.
* Formatted as an ISO 8601 Duration field.
*/
duration: string;
/**
* @member {any} [value] Supplementary parameter for this card
* Supplementary parameter for this card
*/

@@ -933,62 +789,53 @@ value: any;

/**
* @interface
* An interface representing AudioCard.
* Audio card
*
*/
export interface AudioCard {
/**
* @member {string} [title] Title of this card
* Title of this card
*/
title: string;
/**
* @member {string} [subtitle] Subtitle of this card
* Subtitle of this card
*/
subtitle: string;
/**
* @member {string} [text] Text of this card
* Text of this card
*/
text: string;
/**
* @member {ThumbnailUrl} [image] Thumbnail placeholder
* Thumbnail placeholder
*/
image: ThumbnailUrl;
/**
* @member {MediaUrl[]} [media] Media URLs for this card. When this field
* contains more than one URL, each URL is an alternative format of the same
* content.
* Media URLs for this card. When this field contains more than one URL, each URL is an
* alternative format of the same content.
*/
media: MediaUrl[];
/**
* @member {CardAction[]} [buttons] Actions on this card
* Actions on this card
*/
buttons: CardAction[];
/**
* @member {boolean} [shareable] This content may be shared with others
* (default:true)
* This content may be shared with others (default:true)
*/
shareable: boolean;
/**
* @member {boolean} [autoloop] Should the client loop playback at end of
* content (default:true)
* Should the client loop playback at end of content (default:true)
*/
autoloop: boolean;
/**
* @member {boolean} [autostart] Should the client automatically start
* playback of media in this card (default:true)
* Should the client automatically start playback of media in this card (default:true)
*/
autostart: boolean;
/**
* @member {string} [aspect] Aspect ratio of thumbnail/media placeholder.
* Allowed values are "16:9" and "4:3"
* Aspect ratio of thumbnail/media placeholder. Allowed values are "16:9" and "4:3"
*/
aspect: string;
/**
* @member {string} [duration] Describes the length of the media content
* without requiring a receiver to open the content. Formatted as an ISO 8601
* Duration field.
* Describes the length of the media content without requiring a receiver to open the content.
* Formatted as an ISO 8601 Duration field.
*/
duration: string;
/**
* @member {any} [value] Supplementary parameter for this card
* Supplementary parameter for this card
*/

@@ -999,32 +846,27 @@ value: any;

/**
* @interface
* An interface representing BasicCard.
* A basic card
*
*/
export interface BasicCard {
/**
* @member {string} [title] Title of the card
* Title of the card
*/
title: string;
/**
* @member {string} [subtitle] Subtitle of the card
* Subtitle of the card
*/
subtitle: string;
/**
* @member {string} [text] Text for the card
* Text for the card
*/
text: string;
/**
* @member {CardImage[]} [images] Array of images for the card
* Array of images for the card
*/
images: CardImage[];
/**
* @member {CardAction[]} [buttons] Set of actions applicable to the current
* card
* Set of actions applicable to the current card
*/
buttons: CardAction[];
/**
* @member {CardAction} [tap] This action will be activated when user taps on
* the card itself
* This action will be activated when user taps on the card itself
*/

@@ -1035,62 +877,53 @@ tap: CardAction;

/**
* @interface
* An interface representing MediaCard.
* Media card
*
*/
export interface MediaCard {
/**
* @member {string} [title] Title of this card
* Title of this card
*/
title: string;
/**
* @member {string} [subtitle] Subtitle of this card
* Subtitle of this card
*/
subtitle: string;
/**
* @member {string} [text] Text of this card
* Text of this card
*/
text: string;
/**
* @member {ThumbnailUrl} [image] Thumbnail placeholder
* Thumbnail placeholder
*/
image: ThumbnailUrl;
/**
* @member {MediaUrl[]} [media] Media URLs for this card. When this field
* contains more than one URL, each URL is an alternative format of the same
* content.
* Media URLs for this card. When this field contains more than one URL, each URL is an
* alternative format of the same content.
*/
media: MediaUrl[];
/**
* @member {CardAction[]} [buttons] Actions on this card
* Actions on this card
*/
buttons: CardAction[];
/**
* @member {boolean} [shareable] This content may be shared with others
* (default:true)
* This content may be shared with others (default:true)
*/
shareable: boolean;
/**
* @member {boolean} [autoloop] Should the client loop playback at end of
* content (default:true)
* Should the client loop playback at end of content (default:true)
*/
autoloop: boolean;
/**
* @member {boolean} [autostart] Should the client automatically start
* playback of media in this card (default:true)
* Should the client automatically start playback of media in this card (default:true)
*/
autostart: boolean;
/**
* @member {string} [aspect] Aspect ratio of thumbnail/media placeholder.
* Allowed values are "16:9" and "4:3"
* Aspect ratio of thumbnail/media placeholder. Allowed values are "16:9" and "4:3"
*/
aspect: string;
/**
* @member {string} [duration] Describes the length of the media content
* without requiring a receiver to open the content. Formatted as an ISO 8601
* Duration field.
* Describes the length of the media content without requiring a receiver to open the content.
* Formatted as an ISO 8601 Duration field.
*/
duration: string;
/**
* @member {any} [value] Supplementary parameter for this card
* Supplementary parameter for this card
*/

@@ -1101,17 +934,13 @@ value: any;

/**
* @interface
* An interface representing Fact.
* Set of key-value pairs. Advantage of this section is that key and value
* properties will be
* rendered with default style information with some delimiter between them. So
* there is no need for developer to specify style information.
*
* Set of key-value pairs. Advantage of this section is that key and value properties will be
* rendered with default style information with some delimiter between them. So there is no need
* for developer to specify style information.
*/
export interface Fact {
/**
* @member {string} [key] The key for this Fact
* The key for this Fact
*/
key: string;
/**
* @member {string} [value] The value for this Fact
* The value for this Fact
*/

@@ -1122,37 +951,31 @@ value: string;

/**
* @interface
* An interface representing ReceiptItem.
* An item on a receipt card
*
*/
export interface ReceiptItem {
/**
* @member {string} [title] Title of the Card
* Title of the Card
*/
title: string;
/**
* @member {string} [subtitle] Subtitle appears just below Title field,
* differs from Title in font styling only
* Subtitle appears just below Title field, differs from Title in font styling only
*/
subtitle: string;
/**
* @member {string} [text] Text field appears just below subtitle, differs
* from Subtitle in font styling only
* Text field appears just below subtitle, differs from Subtitle in font styling only
*/
text: string;
/**
* @member {CardImage} [image] Image
* Image
*/
image: CardImage;
/**
* @member {string} [price] Amount with currency
* Amount with currency
*/
price: string;
/**
* @member {string} [quantity] Number of items of given kind
* Number of items of given kind
*/
quantity: string;
/**
* @member {CardAction} [tap] This action will be activated when user taps on
* the Item bubble.
* This action will be activated when user taps on the Item bubble.
*/

@@ -1163,40 +986,35 @@ tap: CardAction;

/**
* @interface
* An interface representing ReceiptCard.
* A receipt card
*
*/
export interface ReceiptCard {
/**
* @member {string} [title] Title of the card
* Title of the card
*/
title: string;
/**
* @member {Fact[]} [facts] Array of Fact objects
* Array of Fact objects
*/
facts: Fact[];
/**
* @member {ReceiptItem[]} [items] Array of Receipt Items
* Array of Receipt Items
*/
items: ReceiptItem[];
/**
* @member {CardAction} [tap] This action will be activated when user taps on
* the card
* This action will be activated when user taps on the card
*/
tap: CardAction;
/**
* @member {string} [total] Total amount of money paid (or to be paid)
* Total amount of money paid (or to be paid)
*/
total: string;
/**
* @member {string} [tax] Total amount of tax paid (or to be paid)
* Total amount of tax paid (or to be paid)
*/
tax: string;
/**
* @member {string} [vat] Total amount of VAT paid (or to be paid)
* Total amount of VAT paid (or to be paid)
*/
vat: string;
/**
* @member {CardAction[]} [buttons] Set of actions applicable to the current
* card
* Set of actions applicable to the current card
*/

@@ -1207,14 +1025,11 @@ buttons: CardAction[];

/**
* @interface
* An interface representing SigninCard.
* A card representing a request to sign in
*
*/
export interface SigninCard {
/**
* @member {string} [text] Text for signin request
* Text for signin request
*/
text?: string;
/**
* @member {CardAction[]} [buttons] Action to use to perform signin
* Action to use to perform signin
*/

@@ -1225,18 +1040,15 @@ buttons: CardAction[];

/**
* @interface
* An interface representing OAuthCard.
* A card representing a request to perform a sign in via OAuth
*
*/
export interface OAuthCard {
/**
* @member {string} [text] Text for signin request
* Text for signin request
*/
text: string;
/**
* @member {string} [connectionName] The name of the registered connection
* The name of the registered connection
*/
connectionName: string;
/**
* @member {CardAction[]} [buttons] Action to use to perform signin
* Action to use to perform signin
*/

@@ -1247,32 +1059,27 @@ buttons: CardAction[];

/**
* @interface
* An interface representing ThumbnailCard.
* A thumbnail card (card with a single, small thumbnail image)
*
*/
export interface ThumbnailCard {
/**
* @member {string} [title] Title of the card
* Title of the card
*/
title: string;
/**
* @member {string} [subtitle] Subtitle of the card
* Subtitle of the card
*/
subtitle: string;
/**
* @member {string} [text] Text for the card
* Text for the card
*/
text: string;
/**
* @member {CardImage[]} [images] Array of images for the card
* Array of images for the card
*/
images: CardImage[];
/**
* @member {CardAction[]} [buttons] Set of actions applicable to the current
* card
* Set of actions applicable to the current card
*/
buttons: CardAction[];
/**
* @member {CardAction} [tap] This action will be activated when user taps on
* the card itself
* This action will be activated when user taps on the card itself
*/

@@ -1283,62 +1090,53 @@ tap: CardAction;

/**
* @interface
* An interface representing VideoCard.
* Video card
*
*/
export interface VideoCard {
/**
* @member {string} [title] Title of this card
* Title of this card
*/
title: string;
/**
* @member {string} [subtitle] Subtitle of this card
* Subtitle of this card
*/
subtitle: string;
/**
* @member {string} [text] Text of this card
* Text of this card
*/
text: string;
/**
* @member {ThumbnailUrl} [image] Thumbnail placeholder
* Thumbnail placeholder
*/
image: ThumbnailUrl;
/**
* @member {MediaUrl[]} [media] Media URLs for this card. When this field
* contains more than one URL, each URL is an alternative format of the same
* content.
* Media URLs for this card. When this field contains more than one URL, each URL is an
* alternative format of the same content.
*/
media: MediaUrl[];
/**
* @member {CardAction[]} [buttons] Actions on this card
* Actions on this card
*/
buttons: CardAction[];
/**
* @member {boolean} [shareable] This content may be shared with others
* (default:true)
* This content may be shared with others (default:true)
*/
shareable: boolean;
/**
* @member {boolean} [autoloop] Should the client loop playback at end of
* content (default:true)
* Should the client loop playback at end of content (default:true)
*/
autoloop: boolean;
/**
* @member {boolean} [autostart] Should the client automatically start
* playback of media in this card (default:true)
* Should the client automatically start playback of media in this card (default:true)
*/
autostart: boolean;
/**
* @member {string} [aspect] Aspect ratio of thumbnail/media placeholder.
* Allowed values are "16:9" and "4:3"
* Aspect ratio of thumbnail/media placeholder. Allowed values are "16:9" and "4:3"
*/
aspect: string;
/**
* @member {string} [duration] Describes the length of the media content
* without requiring a receiver to open the content. Formatted as an ISO 8601
* Duration field.
* Describes the length of the media content without requiring a receiver to open the content.
* Formatted as an ISO 8601 Duration field.
*/
duration: string;
/**
* @member {any} [value] Supplementary parameter for this card
* Supplementary parameter for this card
*/

@@ -1349,29 +1147,23 @@ value: any;

/**
* @interface
* An interface representing GeoCoordinates.
* GeoCoordinates (entity type: "https://schema.org/GeoCoordinates")
*
*/
export interface GeoCoordinates {
/**
* @member {number} [elevation] Elevation of the location [WGS
* 84](https://en.wikipedia.org/wiki/World_Geodetic_System)
* Elevation of the location [WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)
*/
elevation: number;
/**
* @member {number} [latitude] Latitude of the location [WGS
* 84](https://en.wikipedia.org/wiki/World_Geodetic_System)
* Latitude of the location [WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)
*/
latitude: number;
/**
* @member {number} [longitude] Longitude of the location [WGS
* 84](https://en.wikipedia.org/wiki/World_Geodetic_System)
* Longitude of the location [WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)
*/
longitude: number;
/**
* @member {string} [type] The type of the thing
* The type of the thing
*/
type: string;
/**
* @member {string} [name] The name of the thing
* The name of the thing
*/

@@ -1382,19 +1174,15 @@ name: string;

/**
* @interface
* An interface representing Mention.
* Mention information (entity type: "mention")
*
*/
export interface Mention {
/**
* @member {ChannelAccount} [mentioned] The mentioned user
* The mentioned user
*/
mentioned: ChannelAccount;
/**
* @member {string} [text] Sub Text which represents the mention (can be null
* or empty)
* Sub Text which represents the mention (can be null or empty)
*/
text: string;
/**
* @member {string} [type] Type of this entity (RFC 3987 IRI)
* Type of this entity (RFC 3987 IRI)
*/

@@ -1405,29 +1193,23 @@ type: string;

/**
* @interface
* An interface representing Place.
* Place (entity type: "https://schema.org/Place")
*
*/
export interface Place {
/**
* @member {any} [address] Address of the place (may be `string` or complex
* object of type `PostalAddress`)
* Address of the place (may be `string` or complex object of type `PostalAddress`)
*/
address: any;
/**
* @member {any} [geo] Geo coordinates of the place (may be complex object of
* type `GeoCoordinates` or `GeoShape`)
* Geo coordinates of the place (may be complex object of type `GeoCoordinates` or `GeoShape`)
*/
geo: any;
/**
* @member {any} [hasMap] Map to the place (may be `string` (URL) or complex
* object of type `Map`)
* Map to the place (may be `string` (URL) or complex object of type `Map`)
*/
hasMap: any;
/**
* @member {string} [type] The type of the thing
* The type of the thing
*/
type: string;
/**
* @member {string} [name] The name of the thing
* The name of the thing
*/

@@ -1438,14 +1220,11 @@ name: string;

/**
* @interface
* An interface representing Thing.
* Thing (entity type: "https://schema.org/Thing")
*
*/
export interface Thing {
/**
* @member {string} [type] The type of the thing
* The type of the thing
*/
type: string;
/**
* @member {string} [name] The name of the thing
* The name of the thing
*/

@@ -1456,11 +1235,7 @@ name: string;

/**
* @interface
* An interface representing MediaEventValue.
* Supplementary parameter for media events
*
*/
export interface MediaEventValue {
/**
* @member {any} [cardValue] Callback parameter specified in the Value field
* of the MediaCard that originated this event
* Callback parameter specified in the Value field of the MediaCard that originated this event
*/

@@ -1471,15 +1246,11 @@ cardValue: any;

/**
* @interface
* An interface representing TokenRequest.
* A request to receive a user token
*
*/
export interface TokenRequest {
/**
* @member {string} [provider] The provider to request a user token from
* The provider to request a user token from
*/
provider: string;
/**
* @member {{ [propertyName: string]: any }} [settings] A collection of
* settings for the specific provider for this request
* A collection of settings for the specific provider for this request
*/

@@ -1490,19 +1261,15 @@ settings: { [propertyName: string]: any };

/**
* @interface
* An interface representing TokenResponse.
* A response that includes a user token
*
*/
export interface TokenResponse {
/**
* @member {string} [connectionName] The connection name
* The connection name
*/
connectionName: string;
/**
* @member {string} [token] The user token
* The user token
*/
token: string;
/**
* @member {string} [expiration] Expiration for the token, in ISO 8601 format
* (e.g. "2007-04-05T14:30Z")
* Expiration for the token, in ISO 8601 format (e.g. "2007-04-05T14:30Z")
*/

@@ -1513,20 +1280,15 @@ expiration: string;

/**
* @interface
* An interface representing MicrosoftPayMethodData.
* W3C Payment Method Data for Microsoft Pay
*
*/
export interface MicrosoftPayMethodData {
/**
* @member {string} [merchantId] Microsoft Pay Merchant ID
* Microsoft Pay Merchant ID
*/
merchantId: string;
/**
* @member {string[]} [supportedNetworks] Supported payment networks (e.g.,
* "visa" and "mastercard")
* Supported payment networks (e.g., "visa" and "mastercard")
*/
supportedNetworks: string[];
/**
* @member {string[]} [supportedTypes] Supported payment types (e.g.,
* "credit")
* Supported payment types (e.g., "credit")
*/

@@ -1537,65 +1299,52 @@ supportedTypes: string[];

/**
* @interface
* An interface representing PaymentAddress.
* Address within a Payment Request
*
*/
export interface PaymentAddress {
/**
* @member {string} [country] This is the CLDR (Common Locale Data
* Repository) region code. For example, US, GB, CN, or JP
* This is the CLDR (Common Locale Data Repository) region code. For example, US, GB, CN, or JP
*/
country: string;
/**
* @member {string[]} [addressLine] This is the most specific part of the
* address. It can include, for example, a street name, a house number,
* apartment number, a rural delivery route, descriptive instructions, or a
* post office box number.
* This is the most specific part of the address. It can include, for example, a street name, a
* house number, apartment number, a rural delivery route, descriptive instructions, or a post
* office box number.
*/
addressLine: string[];
/**
* @member {string} [region] This is the top level administrative subdivision
* of the country. For example, this can be a state, a province, an oblast,
* or a prefecture.
* This is the top level administrative subdivision of the country. For example, this can be a
* state, a province, an oblast, or a prefecture.
*/
region: string;
/**
* @member {string} [city] This is the city/town portion of the address.
* This is the city/town portion of the address.
*/
city: string;
/**
* @member {string} [dependentLocality] This is the dependent locality or
* sublocality within a city. For example, used for neighborhoods, boroughs,
* districts, or UK dependent localities.
* This is the dependent locality or sublocality within a city. For example, used for
* neighborhoods, boroughs, districts, or UK dependent localities.
*/
dependentLocality: string;
/**
* @member {string} [postalCode] This is the postal code or ZIP code, also
* known as PIN code in India.
* This is the postal code or ZIP code, also known as PIN code in India.
*/
postalCode: string;
/**
* @member {string} [sortingCode] This is the sorting code as used in, for
* example, France.
* This is the sorting code as used in, for example, France.
*/
sortingCode: string;
/**
* @member {string} [languageCode] This is the BCP-47 language code for the
* address. It's used to determine the field separators and the order of
* fields when formatting the address for display.
* This is the BCP-47 language code for the address. It's used to determine the field separators
* and the order of fields when formatting the address for display.
*/
languageCode: string;
/**
* @member {string} [organization] This is the organization, firm, company,
* or institution at this address.
* This is the organization, firm, company, or institution at this address.
*/
organization: string;
/**
* @member {string} [recipient] This is the name of the recipient or contact
* person.
* This is the name of the recipient or contact person.
*/
recipient: string;
/**
* @member {string} [phone] This is the phone number of the recipient or
* contact person.
* This is the phone number of the recipient or contact person.
*/

@@ -1606,18 +1355,15 @@ phone: string;

/**
* @interface
* An interface representing PaymentCurrencyAmount.
* Supplies monetary amounts
*
*/
export interface PaymentCurrencyAmount {
/**
* @member {string} [currency] A currency identifier
* A currency identifier
*/
currency: string;
/**
* @member {string} [value] Decimal monetary value
* Decimal monetary value
*/
value: string;
/**
* @member {string} [currencySystem] Currency system
* Currency system
*/

@@ -1628,19 +1374,15 @@ currencySystem: string;

/**
* @interface
* An interface representing PaymentItem.
* Indicates what the payment request is for and the value asked for
*
*/
export interface PaymentItem {
/**
* @member {string} [label] Human-readable description of the item
* Human-readable description of the item
*/
label: string;
/**
* @member {PaymentCurrencyAmount} [amount] Monetary amount for the item
* Monetary amount for the item
*/
amount: PaymentCurrencyAmount;
/**
* @member {boolean} [pending] When set to true this flag means that the
* amount field is not final.
* When set to true this flag means that the amount field is not final.
*/

@@ -1651,25 +1393,19 @@ pending: boolean;

/**
* @interface
* An interface representing PaymentShippingOption.
* Describes a shipping option
*
*/
export interface PaymentShippingOption {
/**
* @member {string} [id] String identifier used to reference this
* PaymentShippingOption
* String identifier used to reference this PaymentShippingOption
*/
id: string;
/**
* @member {string} [label] Human-readable description of the item
* Human-readable description of the item
*/
label: string;
/**
* @member {PaymentCurrencyAmount} [amount] Contains the monetary amount for
* the item
* Contains the monetary amount for the item
*/
amount: PaymentCurrencyAmount;
/**
* @member {boolean} [selected] Indicates whether this is the default
* selected PaymentShippingOption
* Indicates whether this is the default selected PaymentShippingOption
*/

@@ -1680,30 +1416,22 @@ selected: boolean;

/**
* @interface
* An interface representing PaymentDetailsModifier.
* Provides details that modify the PaymentDetails based on payment method
* identifier
*
* Provides details that modify the PaymentDetails based on payment method identifier
*/
export interface PaymentDetailsModifier {
/**
* @member {string[]} [supportedMethods] Contains a sequence of payment
* method identifiers
* Contains a sequence of payment method identifiers
*/
supportedMethods: string[];
/**
* @member {PaymentItem} [total] This value overrides the total field in the
* PaymentDetails dictionary for the payment method identifiers in the
* supportedMethods field
* This value overrides the total field in the PaymentDetails dictionary for the payment method
* identifiers in the supportedMethods field
*/
total: PaymentItem;
/**
* @member {PaymentItem[]} [additionalDisplayItems] Provides additional
* display items that are appended to the displayItems field in the
* PaymentDetails dictionary for the payment method identifiers in the
* supportedMethods field
* Provides additional display items that are appended to the displayItems field in the
* PaymentDetails dictionary for the payment method identifiers in the supportedMethods field
*/
additionalDisplayItems: PaymentItem[];
/**
* @member {any} [data] A JSON-serializable object that provides optional
* information that might be needed by the supported payment methods
* A JSON-serializable object that provides optional information that might be needed by the
* supported payment methods
*/

@@ -1714,30 +1442,23 @@ data: any;

/**
* @interface
* An interface representing PaymentDetails.
* Provides information about the requested transaction
*
*/
export interface PaymentDetails {
/**
* @member {PaymentItem} [total] Contains the total amount of the payment
* request
* Contains the total amount of the payment request
*/
total: PaymentItem;
/**
* @member {PaymentItem[]} [displayItems] Contains line items for the payment
* request that the user agent may display
* Contains line items for the payment request that the user agent may display
*/
displayItems: PaymentItem[];
/**
* @member {PaymentShippingOption[]} [shippingOptions] A sequence containing
* the different shipping options for the user to choose from
* A sequence containing the different shipping options for the user to choose from
*/
shippingOptions: PaymentShippingOption[];
/**
* @member {PaymentDetailsModifier[]} [modifiers] Contains modifiers for
* particular payment method identifiers
* Contains modifiers for particular payment method identifiers
*/
modifiers: PaymentDetailsModifier[];
/**
* @member {string} [error] Error description
* Error description
*/

@@ -1748,18 +1469,14 @@ error: string;

/**
* @interface
* An interface representing PaymentMethodData.
* Indicates a set of supported payment methods and any associated payment
* method specific data for those methods
*
* Indicates a set of supported payment methods and any associated payment method specific data for
* those methods
*/
export interface PaymentMethodData {
/**
* @member {string[]} [supportedMethods] Required sequence of strings
* containing payment method identifiers for payment methods that the
* merchant web site accepts
* Required sequence of strings containing payment method identifiers for payment methods that
* the merchant web site accepts
*/
supportedMethods: string[];
/**
* @member {any} [data] A JSON-serializable object that provides optional
* information that might be needed by the supported payment methods
* A JSON-serializable object that provides optional information that might be needed by the
* supported payment methods
*/

@@ -1770,35 +1487,28 @@ data: any;

/**
* @interface
* An interface representing PaymentOptions.
* Provides information about the options desired for the payment request
*
*/
export interface PaymentOptions {
/**
* @member {boolean} [requestPayerName] Indicates whether the user agent
* should collect and return the payer's name as part of the payment request
* Indicates whether the user agent should collect and return the payer's name as part of the
* payment request
*/
requestPayerName: boolean;
/**
* @member {boolean} [requestPayerEmail] Indicates whether the user agent
* should collect and return the payer's email address as part of the payment
* request
* Indicates whether the user agent should collect and return the payer's email address as part
* of the payment request
*/
requestPayerEmail: boolean;
/**
* @member {boolean} [requestPayerPhone] Indicates whether the user agent
* should collect and return the payer's phone number as part of the payment
* request
* Indicates whether the user agent should collect and return the payer's phone number as part of
* the payment request
*/
requestPayerPhone: boolean;
/**
* @member {boolean} [requestShipping] Indicates whether the user agent
* should collect and return a shipping address as part of the payment
* request
* Indicates whether the user agent should collect and return a shipping address as part of the
* payment request
*/
requestShipping: boolean;
/**
* @member {string} [shippingType] If requestShipping is set to true, then
* the shippingType field may be used to influence the way the user agent
* presents the user interface for gathering the shipping address
* If requestShipping is set to true, then the shippingType field may be used to influence the
* way the user agent presents the user interface for gathering the shipping address
*/

@@ -1809,29 +1519,23 @@ shippingType: string;

/**
* @interface
* An interface representing PaymentRequest.
* A request to make a payment
*
*/
export interface PaymentRequest {
/**
* @member {string} [id] ID of this payment request
* ID of this payment request
*/
id: string;
/**
* @member {PaymentMethodData[]} [methodData] Allowed payment methods for
* this request
* Allowed payment methods for this request
*/
methodData: PaymentMethodData[];
/**
* @member {PaymentDetails} [details] Details for this request
* Details for this request
*/
details: PaymentDetails;
/**
* @member {PaymentOptions} [options] Provides information about the options
* desired for the payment request
* Provides information about the options desired for the payment request
*/
options: PaymentOptions;
/**
* @member {string} [expires] Expiration for this request, in ISO 8601
* duration format (e.g., 'P1D')
* Expiration for this request, in ISO 8601 duration format (e.g., 'P1D')
*/

@@ -1842,43 +1546,35 @@ expires: string;

/**
* @interface
* An interface representing PaymentResponse.
* A PaymentResponse is returned when a user has selected a payment method and
* approved a payment request
*
* A PaymentResponse is returned when a user has selected a payment method and approved a payment
* request
*/
export interface PaymentResponse {
/**
* @member {string} [methodName] The payment method identifier for the
* payment method that the user selected to fulfil the transaction
* The payment method identifier for the payment method that the user selected to fulfil the
* transaction
*/
methodName: string;
/**
* @member {any} [details] A JSON-serializable object that provides a payment
* method specific message used by the merchant to process the transaction
* and determine successful fund transfer
* A JSON-serializable object that provides a payment method specific message used by the
* merchant to process the transaction and determine successful fund transfer
*/
details: any;
/**
* @member {PaymentAddress} [shippingAddress] If the requestShipping flag was
* set to true in the PaymentOptions passed to the PaymentRequest
* constructor, then shippingAddress will be the full and final shipping
* address chosen by the user
* If the requestShipping flag was set to true in the PaymentOptions passed to the PaymentRequest
* constructor, then shippingAddress will be the full and final shipping address chosen by the
* user
*/
shippingAddress: PaymentAddress;
/**
* @member {string} [shippingOption] If the requestShipping flag was set to
* true in the PaymentOptions passed to the PaymentRequest constructor, then
* shippingOption will be the id attribute of the selected shipping option
* If the requestShipping flag was set to true in the PaymentOptions passed to the PaymentRequest
* constructor, then shippingOption will be the id attribute of the selected shipping option
*/
shippingOption: string;
/**
* @member {string} [payerEmail] If the requestPayerEmail flag was set to
* true in the PaymentOptions passed to the PaymentRequest constructor, then
* payerEmail will be the email address chosen by the user
* If the requestPayerEmail flag was set to true in the PaymentOptions passed to the
* PaymentRequest constructor, then payerEmail will be the email address chosen by the user
*/
payerEmail: string;
/**
* @member {string} [payerPhone] If the requestPayerPhone flag was set to
* true in the PaymentOptions passed to the PaymentRequest constructor, then
* payerPhone will be the phone number chosen by the user
* If the requestPayerPhone flag was set to true in the PaymentOptions passed to the
* PaymentRequest constructor, then payerPhone will be the phone number chosen by the user
*/

@@ -1889,18 +1585,15 @@ payerPhone: string;

/**
* @interface
* An interface representing PaymentRequestComplete.
* Payload delivered when completing a payment request
*
*/
export interface PaymentRequestComplete {
/**
* @member {string} [id] Payment request ID
* Payment request ID
*/
id: string;
/**
* @member {PaymentRequest} [paymentRequest] Initial payment request
* Initial payment request
*/
paymentRequest: PaymentRequest;
/**
* @member {PaymentResponse} [paymentResponse] Corresponding payment response
* Corresponding payment response
*/

@@ -1911,10 +1604,7 @@ paymentResponse: PaymentResponse;

/**
* @interface
* An interface representing PaymentRequestCompleteResult.
* Result from a completed payment request
*
*/
export interface PaymentRequestCompleteResult {
/**
* @member {string} [result] Result of the payment request completion
* Result of the payment request completion
*/

@@ -1925,22 +1615,19 @@ result: string;

/**
* @interface
* An interface representing PaymentRequestUpdate.
* An update to a payment request
*
*/
export interface PaymentRequestUpdate {
/**
* @member {string} [id] ID for the payment request to update
* ID for the payment request to update
*/
id: string;
/**
* @member {PaymentDetails} [details] Update payment details
* Update payment details
*/
details: PaymentDetails;
/**
* @member {PaymentAddress} [shippingAddress] Updated shipping address
* Updated shipping address
*/
shippingAddress: PaymentAddress;
/**
* @member {string} [shippingOption] Updated shipping options
* Updated shipping options
*/

@@ -1951,10 +1638,7 @@ shippingOption: string;

/**
* @interface
* An interface representing PaymentRequestUpdateResult.
* A result object from a Payment Request Update invoke operation
*
*/
export interface PaymentRequestUpdateResult {
/**
* @member {PaymentDetails} [details] Update payment details
* Update payment details
*/

@@ -1964,53 +1648,6 @@ details: PaymentDetails;

/**
* @interface
* An interface representing ConnectorClientOptions.
* @extends ServiceClientOptions
*/
export interface ConnectorClientOptions extends ServiceClientOptions {
/**
* @member {string} [baseUri]
*/
baseUri: string;
}
/**
* @interface
* An interface representing ConversationsGetConversationsOptionalParams.
* Optional Parameters.
*
* @extends RequestOptionsBase
*/
export interface ConversationsGetConversationsOptionalParams extends msRest.RequestOptionsBase {
/**
* @member {string} [continuationToken] skip or continuation token
*/
continuationToken: string;
}
/**
* @interface
* An interface representing ConversationsGetConversationPagedMembersOptionalParams.
* Optional Parameters.
*
* @extends RequestOptionsBase
*/
export interface ConversationsGetConversationPagedMembersOptionalParams extends msRest.RequestOptionsBase {
/**
* @member {number} [pageSize] Suggested page size
*/
pageSize: number;
/**
* @member {string} [continuationToken] Continuation Token
*/
continuationToken: string;
}
/**
* Defines values for RoleTypes.
* Possible values include: 'user', 'bot'
* There could be more values for this enum apart from the ones defined here.If
* you want to set a value that is not from the known values then you can do
* the following:
* let param: RoleTypes = <RoleTypes>"someUnknownValueThatWillStillBeValid";
* @readonly

@@ -2026,11 +1663,5 @@ * @enum {string}

* Defines values for ActivityTypes.
* Possible values include: 'message', 'contactRelationUpdate',
* 'conversationUpdate', 'typing', 'endOfConversation', 'event', 'invoke',
* 'deleteUserData', 'messageUpdate', 'messageDelete', 'installationUpdate',
* 'messageReaction', 'suggestion', 'trace', 'handoff'
* There could be more values for this enum apart from the ones defined here.If
* you want to set a value that is not from the known values then you can do
* the following:
* let param: ActivityTypes =
* <ActivityTypes>"someUnknownValueThatWillStillBeValid";
* Possible values include: 'message', 'contactRelationUpdate', 'conversationUpdate', 'typing',
* 'endOfConversation', 'event', 'invoke', 'deleteUserData', 'messageUpdate', 'messageDelete',
* 'installationUpdate', 'messageReaction', 'suggestion', 'trace', 'handoff'
* @readonly

@@ -2060,7 +1691,2 @@ * @enum {string}

* Possible values include: 'markdown', 'plain', 'xml'
* There could be more values for this enum apart from the ones defined here.If
* you want to set a value that is not from the known values then you can do
* the following:
* let param: TextFormatTypes =
* <TextFormatTypes>"someUnknownValueThatWillStillBeValid";
* @readonly

@@ -2078,7 +1704,2 @@ * @enum {string}

* Possible values include: 'list', 'carousel'
* There could be more values for this enum apart from the ones defined here.If
* you want to set a value that is not from the known values then you can do
* the following:
* let param: AttachmentLayoutTypes =
* <AttachmentLayoutTypes>"someUnknownValueThatWillStillBeValid";
* @readonly

@@ -2095,7 +1716,2 @@ * @enum {string}

* Possible values include: 'like', 'plusOne'
* There could be more values for this enum apart from the ones defined here.If
* you want to set a value that is not from the known values then you can do
* the following:
* let param: MessageReactionTypes =
* <MessageReactionTypes>"someUnknownValueThatWillStillBeValid";
* @readonly

@@ -2112,6 +1728,2 @@ * @enum {string}

* Possible values include: 'acceptingInput', 'ignoringInput', 'expectingInput'
* There could be more values for this enum apart from the ones defined here.If
* you want to set a value that is not from the known values then you can do
* the following:
* let param: InputHints = <InputHints>"someUnknownValueThatWillStillBeValid";
* @readonly

@@ -2128,10 +1740,4 @@ * @enum {string}

* Defines values for ActionTypes.
* Possible values include: 'openUrl', 'imBack', 'postBack', 'playAudio',
* 'playVideo', 'showImage', 'downloadFile', 'signin', 'call', 'payment',
* 'messageBack'
* There could be more values for this enum apart from the ones defined here.If
* you want to set a value that is not from the known values then you can do
* the following:
* let param: ActionTypes =
* <ActionTypes>"someUnknownValueThatWillStillBeValid";
* Possible values include: 'openUrl', 'imBack', 'postBack', 'playAudio', 'playVideo', 'showImage',
* 'downloadFile', 'signin', 'call', 'payment', 'messageBack'
* @readonly

@@ -2156,9 +1762,4 @@ * @enum {string}

* Defines values for EndOfConversationCodes.
* Possible values include: 'unknown', 'completedSuccessfully',
* 'userCancelled', 'botTimedOut', 'botIssuedInvalidMessage', 'channelFailed'
* There could be more values for this enum apart from the ones defined here.If
* you want to set a value that is not from the known values then you can do
* the following:
* let param: EndOfConversationCodes =
* <EndOfConversationCodes>"someUnknownValueThatWillStillBeValid";
* Possible values include: 'unknown', 'completedSuccessfully', 'userCancelled', 'botTimedOut',
* 'botIssuedInvalidMessage', 'channelFailed'
* @readonly

@@ -2179,7 +1780,2 @@ * @enum {string}

* Possible values include: 'low', 'normal', 'high'
* There could be more values for this enum apart from the ones defined here.If
* you want to set a value that is not from the known values then you can do
* the following:
* let param: ActivityImportance =
* <ActivityImportance>"someUnknownValueThatWillStillBeValid";
* @readonly

@@ -2197,7 +1793,2 @@ * @enum {string}

* Possible values include: 'normal', 'notification'
* There could be more values for this enum apart from the ones defined here.If
* you want to set a value that is not from the known values then you can do
* the following:
* let param: DeliveryModes =
* <DeliveryModes>"someUnknownValueThatWillStillBeValid";
* @readonly

@@ -2214,7 +1805,2 @@ * @enum {string}

* Possible values include: 'add', 'remove'
* There could be more values for this enum apart from the ones defined here.If
* you want to set a value that is not from the known values then you can do
* the following:
* let param: ContactRelationUpdateActionTypes =
* <ContactRelationUpdateActionTypes>"someUnknownValueThatWillStillBeValid";
* @readonly

@@ -2231,7 +1817,2 @@ * @enum {string}

* Possible values include: 'add', 'remove'
* There could be more values for this enum apart from the ones defined here.If
* you want to set a value that is not from the known values then you can do
* the following:
* let param: InstallationUpdateActionTypes =
* <InstallationUpdateActionTypes>"someUnknownValueThatWillStillBeValid";
* @readonly

@@ -2245,233 +1826,1 @@ * @enum {string}

/**
* Contains response data for the getAttachmentInfo operation.
*/
export type AttachmentsGetAttachmentInfoResponse = AttachmentInfo & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
/**
* The response body as text (string format)
*/
bodyAsText: string;
/**
* The response body as parsed JSON or XML
*/
parsedBody: AttachmentInfo;
};
};
/**
* Contains response data for the getAttachment operation.
*/
export type AttachmentsGetAttachmentResponse = {
/**
* BROWSER ONLY
*
* The response body as a browser Blob.
* Always undefined in node.js.
*/
blobBody: Promise<Blob>;
/**
* NODEJS ONLY
*
* The response body as a node.js Readable stream.
* Always undefined in the browser.
*/
readableStreamBody: NodeJS.ReadableStream;
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse;
};
/**
* Contains response data for the getConversations operation.
*/
export type ConversationsGetConversationsResponse = ConversationsResult & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
/**
* The response body as text (string format)
*/
bodyAsText: string;
/**
* The response body as parsed JSON or XML
*/
parsedBody: ConversationsResult;
};
};
/**
* Contains response data for the createConversation operation.
*/
export type ConversationsCreateConversationResponse = ConversationResourceResponse & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
/**
* The response body as text (string format)
*/
bodyAsText: string;
/**
* The response body as parsed JSON or XML
*/
parsedBody: ConversationResourceResponse;
};
};
/**
* Contains response data for the sendToConversation operation.
*/
export type ConversationsSendToConversationResponse = ResourceResponse & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
/**
* The response body as text (string format)
*/
bodyAsText: string;
/**
* The response body as parsed JSON or XML
*/
parsedBody: ResourceResponse;
};
};
/**
* Contains response data for the sendConversationHistory operation.
*/
export type ConversationsSendConversationHistoryResponse = ResourceResponse & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
/**
* The response body as text (string format)
*/
bodyAsText: string;
/**
* The response body as parsed JSON or XML
*/
parsedBody: ResourceResponse;
};
};
/**
* Contains response data for the updateActivity operation.
*/
export type ConversationsUpdateActivityResponse = ResourceResponse & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
/**
* The response body as text (string format)
*/
bodyAsText: string;
/**
* The response body as parsed JSON or XML
*/
parsedBody: ResourceResponse;
};
};
/**
* Contains response data for the replyToActivity operation.
*/
export type ConversationsReplyToActivityResponse = ResourceResponse & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
/**
* The response body as text (string format)
*/
bodyAsText: string;
/**
* The response body as parsed JSON or XML
*/
parsedBody: ResourceResponse;
};
};
/**
* Contains response data for the getConversationMembers operation.
*/
export type ConversationsGetConversationMembersResponse = Array<ChannelAccount> & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
/**
* The response body as text (string format)
*/
bodyAsText: string;
/**
* The response body as parsed JSON or XML
*/
parsedBody: ChannelAccount[];
};
};
/**
* Contains response data for the getConversationPagedMembers operation.
*/
export type ConversationsGetConversationPagedMembersResponse = PagedMembersResult & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
/**
* The response body as text (string format)
*/
bodyAsText: string;
/**
* The response body as parsed JSON or XML
*/
parsedBody: PagedMembersResult;
};
};
/**
* Contains response data for the getActivityMembers operation.
*/
export type ConversationsGetActivityMembersResponse = Array<ChannelAccount> & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
/**
* The response body as text (string format)
*/
bodyAsText: string;
/**
* The response body as parsed JSON or XML
*/
parsedBody: ChannelAccount[];
};
};
/**
* Contains response data for the uploadAttachment operation.
*/
export type ConversationsUploadAttachmentResponse = ResourceResponse & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
/**
* The response body as text (string format)
*/
bodyAsText: string;
/**
* The response body as parsed JSON or XML
*/
parsedBody: ResourceResponse;
};
};

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc