Uses of Class
com.tencentcloudapi.ame.v20190916.models.KTVSuggestionInfo
-
Packages that use KTVSuggestionInfo Package Description com.tencentcloudapi.ame.v20190916.models -
-
Uses of KTVSuggestionInfo in com.tencentcloudapi.ame.v20190916.models
Methods in com.tencentcloudapi.ame.v20190916.models that return KTVSuggestionInfo Modifier and Type Method Description KTVSuggestionInfo[]DescribeKTVSuggestionsResponse. getKTVSuggestionInfoSet()Get 联想词信息列表。返回总数最大为10。Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type KTVSuggestionInfo Modifier and Type Method Description voidDescribeKTVSuggestionsResponse. setKTVSuggestionInfoSet(KTVSuggestionInfo[] KTVSuggestionInfoSet)Set 联想词信息列表。返回总数最大为10。Constructors in com.tencentcloudapi.ame.v20190916.models with parameters of type KTVSuggestionInfo Constructor Description KTVSuggestionInfo(KTVSuggestionInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-