Skip to content

Commit

Permalink
add beta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
MengyiGong committed Sep 25, 2024
1 parent e584119 commit d6a0b87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { ActionOpenUrlError, ActionOpenUrlType, ActionSubmitError, IAdaptiveCard
*/
const externalAppCardActionsTelemetryVersionNumber: ApiVersionNumber = ApiVersionNumber.V_2;
/**
* @beta
* @hidden
* Namespace to delegate adaptive card action for Custom Engine Agent execution to the host
* @internal
Expand Down Expand Up @@ -64,7 +65,7 @@ export namespace externalAppCardActionsForCEA {
* @param appId ID of the application the request is intended for. This must be a UUID
* @param conversationId To tell the bot what conversation the calls are coming from
* @param actionSubmitPayload The Adaptive Card Action.Submit payload
* @throws Error if host notifies of a error
* @throws Error if host notifies of an error
* @returns Promise that resolves when the request is completed and rejects with ActionSubmitError if the request fails
*/
export async function processActionSubmit(
Expand All @@ -91,6 +92,7 @@ export namespace externalAppCardActionsForCEA {
}

/**
* @beta
* @hidden
* Checks if the externalAppCardActionsForCEA capability is supported by the host
* @returns boolean to represent whether externalAppCardActions capability is supported
Expand Down
6 changes: 5 additions & 1 deletion packages/teams-js/src/private/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ export interface UserJoinedTeamsInformation {
}

/**
* @beta
* @hidden
* The types for ActionOpenUrl
*
Expand All @@ -288,6 +289,7 @@ export enum ActionOpenUrlType {
}

/**
* @beta
* @hidden
* Error that can be thrown from IExternalAppCardActionService.handleActionOpenUrl
* and IExternalAppCardActionForCEAService.handleActionOpenUrl
Expand All @@ -301,6 +303,7 @@ export interface ActionOpenUrlError {
}

/**
* @beta
* @hidden
* Error codes that can be thrown from IExternalAppCardActionService.handleActionOpenUrl
* and IExternalAppCardActionForCEAService.handleActionOpenUrl
Expand All @@ -315,6 +318,7 @@ export enum ActionOpenUrlErrorCode {
}

/**
* @beta
* @hidden
* The payload that is used when executing an Adaptive Card Action.Submit
*
Expand All @@ -327,7 +331,7 @@ export interface IAdaptiveCardActionSubmit {
}

/**
*
* @beta
* @hidden
* Error that can be thrown from IExternalAppCardActionService.handleActionSubmit
* and IExternalAppCardActionForCEAService.handleActionSubmit
Expand Down

0 comments on commit d6a0b87

Please sign in to comment.