Skip to content

Commit

Permalink
fix(nlu): remove ListCategoriesModelsResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
apaparazzi0329 committed May 26, 2021
1 parent ab0c8a2 commit 82a82a3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions natural-language-understanding/v1.ts
Expand Up @@ -609,9 +609,9 @@ class NaturalLanguageUnderstandingV1 extends BaseService {
*
* @param {Object} [params] - The parameters to send to the service.
* @param {OutgoingHttpHeaders} [params.headers] - Custom request headers
* @returns {Promise<NaturalLanguageUnderstandingV1.Response<NaturalLanguageUnderstandingV1.ListCategoriesModelsResponse>>}
* @returns {Promise<NaturalLanguageUnderstandingV1.Response<NaturalLanguageUnderstandingV1.CategoriesModelList>>}
*/
public listCategoriesModels(params?: NaturalLanguageUnderstandingV1.ListCategoriesModelsParams): Promise<NaturalLanguageUnderstandingV1.Response<NaturalLanguageUnderstandingV1.ListCategoriesModelsResponse>> {
public listCategoriesModels(params?: NaturalLanguageUnderstandingV1.ListCategoriesModelsParams): Promise<NaturalLanguageUnderstandingV1.Response<NaturalLanguageUnderstandingV1.CategoriesModelList>> {
const _params = Object.assign({}, params);

const query = {
Expand Down Expand Up @@ -1832,11 +1832,6 @@ namespace NaturalLanguageUnderstandingV1 {
sentiment?: FeatureSentimentResults;
}

/** ListCategoriesModelsResponse. */
export interface ListCategoriesModelsResponse {
models?: CategoriesModelList[];
}

/** ListClassificationsModelsResponse. */
export interface ListClassificationsModelsResponse {
models?: ClassificationsModelList[];
Expand Down

0 comments on commit 82a82a3

Please sign in to comment.