Class: TencentCloud::Iotexplorer::V20190423::CreateTWeTalkAIBotResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::CreateTWeTalkAIBotResponse
- Defined in:
- lib/v20190423/models.rb
Overview
CreateTWeTalkAIBot返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(botid = nil, requestid = nil) ⇒ CreateTWeTalkAIBotResponse
constructor
A new instance of CreateTWeTalkAIBotResponse.
Constructor Details
#initialize(botid = nil, requestid = nil) ⇒ CreateTWeTalkAIBotResponse
Returns a new instance of CreateTWeTalkAIBotResponse.
2811 2812 2813 2814 |
# File 'lib/v20190423/models.rb', line 2811 def initialize(botid=nil, requestid=nil) @BotId = botid @RequestId = requestid end |
Instance Attribute Details
#BotId ⇒ Object
2809 2810 2811 |
# File 'lib/v20190423/models.rb', line 2809 def BotId @BotId end |
#RequestId ⇒ Object
2809 2810 2811 |
# File 'lib/v20190423/models.rb', line 2809 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2816 2817 2818 2819 |
# File 'lib/v20190423/models.rb', line 2816 def deserialize(params) @BotId = params['BotId'] @RequestId = params['RequestId'] end |