Class: TencentCloud::Mps::V20190612::DescribeAsrHotwordsListRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190612/models.rb

Overview

DescribeAsrHotwordsList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#HotwordsIdObject

  • CreateTime:创建时间排序

  • UpdateTime:更新时间排序

  • Name:热词库名称排序

  • WordCount:热词数量排序

  • HotwordsId:热词库 id 排序

Parameters:

  • Types:

    0 临时热词 1 文件热词



10213
10214
10215
# File 'lib/v20190612/models.rb', line 10213

def HotwordsId
  @HotwordsId
end

#LimitObject

  • CreateTime:创建时间排序

  • UpdateTime:更新时间排序

  • Name:热词库名称排序

  • WordCount:热词数量排序

  • HotwordsId:热词库 id 排序

Parameters:

  • Types:

    0 临时热词 1 文件热词



10213
10214
10215
# File 'lib/v20190612/models.rb', line 10213

def Limit
  @Limit
end

#NameObject

  • CreateTime:创建时间排序

  • UpdateTime:更新时间排序

  • Name:热词库名称排序

  • WordCount:热词数量排序

  • HotwordsId:热词库 id 排序

Parameters:

  • Types:

    0 临时热词 1 文件热词



10213
10214
10215
# File 'lib/v20190612/models.rb', line 10213

def Name
  @Name
end

#OffsetObject

  • CreateTime:创建时间排序

  • UpdateTime:更新时间排序

  • Name:热词库名称排序

  • WordCount:热词数量排序

  • HotwordsId:热词库 id 排序

Parameters:

  • Types:

    0 临时热词 1 文件热词



10213
10214
10215
# File 'lib/v20190612/models.rb', line 10213

def Offset
  @Offset
end

#OrderByObject

  • CreateTime:创建时间排序

  • UpdateTime:更新时间排序

  • Name:热词库名称排序

  • WordCount:热词数量排序

  • HotwordsId:热词库 id 排序

Parameters:

  • Types:

    0 临时热词 1 文件热词



10213
10214
10215
# File 'lib/v20190612/models.rb', line 10213

def OrderBy
  @OrderBy
end

#OrderTypeObject

  • CreateTime:创建时间排序

  • UpdateTime:更新时间排序

  • Name:热词库名称排序

  • WordCount:热词数量排序

  • HotwordsId:热词库 id 排序

Parameters:

  • Types:

    0 临时热词 1 文件热词



10213
10214
10215
# File 'lib/v20190612/models.rb', line 10213

def OrderType
  @OrderType
end

#TypesObject

  • CreateTime:创建时间排序

  • UpdateTime:更新时间排序

  • Name:热词库名称排序

  • WordCount:热词数量排序

  • HotwordsId:热词库 id 排序

Parameters:

  • Types:

    0 临时热词 1 文件热词



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