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.
11900 11901 11902 11903 11904 11905 11906 11907 11908 |
# File 'lib/v20190612/models.rb', line 11900 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 排序
11898 11899 11900 |
# File 'lib/v20190612/models.rb', line 11898 def HotwordsId @HotwordsId end |
#Limit ⇒ Object
- CreateTime:创建时间排序
- UpdateTime:更新时间排序
- Name:热词库名称排序
- WordCount:热词数量排序
- HotwordsId:热词库 id 排序
11898 11899 11900 |
# File 'lib/v20190612/models.rb', line 11898 def Limit @Limit end |
#Name ⇒ Object
- CreateTime:创建时间排序
- UpdateTime:更新时间排序
- Name:热词库名称排序
- WordCount:热词数量排序
- HotwordsId:热词库 id 排序
11898 11899 11900 |
# File 'lib/v20190612/models.rb', line 11898 def Name @Name end |
#Offset ⇒ Object
- CreateTime:创建时间排序
- UpdateTime:更新时间排序
- Name:热词库名称排序
- WordCount:热词数量排序
- HotwordsId:热词库 id 排序
11898 11899 11900 |
# File 'lib/v20190612/models.rb', line 11898 def Offset @Offset end |
#OrderBy ⇒ Object
- CreateTime:创建时间排序
- UpdateTime:更新时间排序
- Name:热词库名称排序
- WordCount:热词数量排序
- HotwordsId:热词库 id 排序
11898 11899 11900 |
# File 'lib/v20190612/models.rb', line 11898 def OrderBy @OrderBy end |
#OrderType ⇒ Object
- CreateTime:创建时间排序
- UpdateTime:更新时间排序
- Name:热词库名称排序
- WordCount:热词数量排序
- HotwordsId:热词库 id 排序
11898 11899 11900 |
# File 'lib/v20190612/models.rb', line 11898 def OrderType @OrderType end |
#Types ⇒ Object
- CreateTime:创建时间排序
- UpdateTime:更新时间排序
- Name:热词库名称排序
- WordCount:热词数量排序
- HotwordsId:热词库 id 排序
11898 11899 11900 |
# File 'lib/v20190612/models.rb', line 11898 def Types @Types end |
Instance Method Details
#deserialize(params) ⇒ Object
11910 11911 11912 11913 11914 11915 11916 11917 11918 |
# File 'lib/v20190612/models.rb', line 11910 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 |