Class: TencentCloud::Mps::V20190612::DescribeAsrHotwordsListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeAsrHotwordsListRequest
- Defined in:
- lib/v20190612/models.rb
Overview
DescribeAsrHotwordsList请求参数结构体
Instance Attribute Summary collapse
-
#HotwordsId ⇒ Object
-
CreateTime:创建时间排序 - UpdateTime:更新时间排序 - Name:热词库名称排序 - WordCount:热词数量排序 - HotwordsId:热词库 id 排序.
-
-
#Limit ⇒ Object
-
CreateTime:创建时间排序 - UpdateTime:更新时间排序 - Name:热词库名称排序 - WordCount:热词数量排序 - HotwordsId:热词库 id 排序.
-
-
#Name ⇒ Object
-
CreateTime:创建时间排序 - UpdateTime:更新时间排序 - Name:热词库名称排序 - WordCount:热词数量排序 - HotwordsId:热词库 id 排序.
-
-
#Offset ⇒ Object
-
CreateTime:创建时间排序 - UpdateTime:更新时间排序 - Name:热词库名称排序 - WordCount:热词数量排序 - HotwordsId:热词库 id 排序.
-
-
#OrderBy ⇒ Object
-
CreateTime:创建时间排序 - UpdateTime:更新时间排序 - Name:热词库名称排序 - WordCount:热词数量排序 - HotwordsId:热词库 id 排序.
-
-
#OrderType ⇒ Object
-
CreateTime:创建时间排序 - UpdateTime:更新时间排序 - Name:热词库名称排序 - WordCount:热词数量排序 - HotwordsId:热词库 id 排序.
-
-
#Types ⇒ Object
-
CreateTime:创建时间排序 - UpdateTime:更新时间排序 - Name:热词库名称排序 - WordCount:热词数量排序 - HotwordsId:热词库 id 排序.
-
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(hotwordsid = nil, name = nil, offset = nil, limit = nil, ordertype = nil, orderby = nil, types = nil) ⇒ DescribeAsrHotwordsListRequest
constructor
A new instance of DescribeAsrHotwordsListRequest.
Constructor Details
#initialize(hotwordsid = nil, name = nil, offset = nil, limit = nil, ordertype = nil, orderby = nil, types = nil) ⇒ DescribeAsrHotwordsListRequest
Returns a new instance of DescribeAsrHotwordsListRequest.
10215 10216 10217 10218 10219 10220 10221 10222 10223 |
# File 'lib/v20190612/models.rb', line 10215 def initialize(hotwordsid=nil, name=nil, offset=nil, limit=nil, ordertype=nil, orderby=nil, types=nil) @HotwordsId = hotwordsid @Name = name @Offset = offset @Limit = limit @OrderType = ordertype @OrderBy = orderby @Types = types end |
Instance Attribute Details
#HotwordsId ⇒ Object
-
CreateTime:创建时间排序
-
UpdateTime:更新时间排序
-
Name:热词库名称排序
-
WordCount:热词数量排序
-
HotwordsId:热词库 id 排序
10213 10214 10215 |
# File 'lib/v20190612/models.rb', line 10213 def HotwordsId @HotwordsId end |
#Limit ⇒ Object
-
CreateTime:创建时间排序
-
UpdateTime:更新时间排序
-
Name:热词库名称排序
-
WordCount:热词数量排序
-
HotwordsId:热词库 id 排序
10213 10214 10215 |
# File 'lib/v20190612/models.rb', line 10213 def Limit @Limit end |
#Name ⇒ Object
-
CreateTime:创建时间排序
-
UpdateTime:更新时间排序
-
Name:热词库名称排序
-
WordCount:热词数量排序
-
HotwordsId:热词库 id 排序
10213 10214 10215 |
# File 'lib/v20190612/models.rb', line 10213 def Name @Name end |
#Offset ⇒ Object
-
CreateTime:创建时间排序
-
UpdateTime:更新时间排序
-
Name:热词库名称排序
-
WordCount:热词数量排序
-
HotwordsId:热词库 id 排序
10213 10214 10215 |
# File 'lib/v20190612/models.rb', line 10213 def Offset @Offset end |
#OrderBy ⇒ Object
-
CreateTime:创建时间排序
-
UpdateTime:更新时间排序
-
Name:热词库名称排序
-
WordCount:热词数量排序
-
HotwordsId:热词库 id 排序
10213 10214 10215 |
# File 'lib/v20190612/models.rb', line 10213 def OrderBy @OrderBy end |
#OrderType ⇒ Object
-
CreateTime:创建时间排序
-
UpdateTime:更新时间排序
-
Name:热词库名称排序
-
WordCount:热词数量排序
-
HotwordsId:热词库 id 排序
10213 10214 10215 |
# File 'lib/v20190612/models.rb', line 10213 def OrderType @OrderType end |
#Types ⇒ Object
-
CreateTime:创建时间排序
-
UpdateTime:更新时间排序
-
Name:热词库名称排序
-
WordCount:热词数量排序
-
HotwordsId:热词库 id 排序
10213 10214 10215 |
# File 'lib/v20190612/models.rb', line 10213 def Types @Types end |
Instance Method Details
#deserialize(params) ⇒ Object
10225 10226 10227 10228 10229 10230 10231 10232 10233 |
# File 'lib/v20190612/models.rb', line 10225 def deserialize(params) @HotwordsId = params['HotwordsId'] @Name = params['Name'] @Offset = params['Offset'] @Limit = params['Limit'] @OrderType = params['OrderType'] @OrderBy = params['OrderBy'] @Types = params['Types'] end |