Class: TencentCloud::Tbp::V20190627::TextResetRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tbp::V20190627::TextResetRequest
- Defined in:
- lib/v20190627/models.rb
Overview
TextReset请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(botid = nil, botenv = nil, terminalid = nil, platformtype = nil, platformid = nil) ⇒ TextResetRequest
constructor
A new instance of TextResetRequest.
Constructor Details
#initialize(botid = nil, botenv = nil, terminalid = nil, platformtype = nil, platformid = nil) ⇒ TextResetRequest
Returns a new instance of TextResetRequest.
217 218 219 220 221 222 223 |
# File 'lib/v20190627/models.rb', line 217 def initialize(botid=nil, botenv=nil, terminalid=nil, platformtype=nil, platformid=nil) @BotId = botid @BotEnv = botenv @TerminalId = terminalid @PlatformType = platformtype @PlatformId = platformid end |
Instance Attribute Details
#BotEnv ⇒ Object
215 216 217 |
# File 'lib/v20190627/models.rb', line 215 def BotEnv @BotEnv end |
#BotId ⇒ Object
215 216 217 |
# File 'lib/v20190627/models.rb', line 215 def BotId @BotId end |
#PlatformId ⇒ Object
215 216 217 |
# File 'lib/v20190627/models.rb', line 215 def PlatformId @PlatformId end |
#PlatformType ⇒ Object
215 216 217 |
# File 'lib/v20190627/models.rb', line 215 def PlatformType @PlatformType end |
#TerminalId ⇒ Object
215 216 217 |
# File 'lib/v20190627/models.rb', line 215 def TerminalId @TerminalId end |
Instance Method Details
#deserialize(params) ⇒ Object
225 226 227 228 229 230 231 |
# File 'lib/v20190627/models.rb', line 225 def deserialize(params) @BotId = params['BotId'] @BotEnv = params['BotEnv'] @TerminalId = params['TerminalId'] @PlatformType = params['PlatformType'] @PlatformId = params['PlatformId'] end |