Skip to content

Commit

Permalink
Update src/api/IntentMetadata.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Jamieson <10372+mattjamieson@users.noreply.github.com>
  • Loading branch information
kriswest and mattjamieson authored Apr 5, 2023
1 parent 1fc9bb6 commit 16f0f57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/api/IntentMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ export interface IntentMetadata {
/** The unique name of the intent that can be invoked by the raiseIntent call */
readonly name: string;

/** Display name for the intent. Deprecated in favour of using the intent name for display as
* display name may vary for each application as it is defined in the app's AppD record.
* @deprecated
/** Display name for the intent.
* @deprecated Use the intent name for display as display name may vary for
* each application as it is defined in the app's AppD record.
*/
readonly displayName: string;
}

0 comments on commit 16f0f57

Please sign in to comment.