File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
natural-language-understanding Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -609,9 +609,9 @@ class NaturalLanguageUnderstandingV1 extends BaseService {
609
609
*
610
610
* @param {Object } [params] - The parameters to send to the service.
611
611
* @param {OutgoingHttpHeaders } [params.headers] - Custom request headers
612
- * @returns {Promise<NaturalLanguageUnderstandingV1.Response<NaturalLanguageUnderstandingV1.ListCategoriesModelsResponse >> }
612
+ * @returns {Promise<NaturalLanguageUnderstandingV1.Response<NaturalLanguageUnderstandingV1.CategoriesModelList >> }
613
613
*/
614
- public listCategoriesModels ( params ?: NaturalLanguageUnderstandingV1 . ListCategoriesModelsParams ) : Promise < NaturalLanguageUnderstandingV1 . Response < NaturalLanguageUnderstandingV1 . ListCategoriesModelsResponse > > {
614
+ public listCategoriesModels ( params ?: NaturalLanguageUnderstandingV1 . ListCategoriesModelsParams ) : Promise < NaturalLanguageUnderstandingV1 . Response < NaturalLanguageUnderstandingV1 . CategoriesModelList > > {
615
615
const _params = Object . assign ( { } , params ) ;
616
616
617
617
const query = {
@@ -1832,11 +1832,6 @@ namespace NaturalLanguageUnderstandingV1 {
1832
1832
sentiment ?: FeatureSentimentResults ;
1833
1833
}
1834
1834
1835
- /** ListCategoriesModelsResponse. */
1836
- export interface ListCategoriesModelsResponse {
1837
- models ?: CategoriesModelList [ ] ;
1838
- }
1839
-
1840
1835
/** ListClassificationsModelsResponse. */
1841
1836
export interface ListClassificationsModelsResponse {
1842
1837
models ?: ClassificationsModelList [ ] ;
You can’t perform that action at this time.
0 commit comments