Skip to content

Commit

Permalink
Generated from 852d80a11a49023c4866cb6beac0915c1ea27ac6 (#2583)
Browse files Browse the repository at this point in the history
typo: cognitiveservices/data-plane/LUIS/Runtime

- analaysis -> analysis
- perdicted -> predicted
  • Loading branch information
AutorestCI authored Apr 30, 2019
1 parent dbc81ed commit 9924c91
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface PredictionRequestOptions {
/**
* @interface
* An interface representing ExternalEntity.
* Defines a user perdicted entity that extends an already existing one.
* Defines a user predicted entity that extends an already existing one.
*
*/
export interface ExternalEntity {
Expand Down Expand Up @@ -145,7 +145,7 @@ export interface Intent {
/**
* @interface
* An interface representing Sentiment.
* The result of the sentiment analaysis.
* The result of the sentiment analysis.
*
*/
export interface Sentiment {
Expand Down

0 comments on commit 9924c91

Please sign in to comment.