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.
2799 2800 2801 2802 |
# File 'lib/v20190423/models.rb', line 2799 def initialize(botid=nil, requestid=nil) @BotId = botid @RequestId = requestid end |
Instance Attribute Details
#BotId ⇒ Object
2797 2798 2799 |
# File 'lib/v20190423/models.rb', line 2797 def BotId @BotId end |
#RequestId ⇒ Object
2797 2798 2799 |
# File 'lib/v20190423/models.rb', line 2797 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2804 2805 2806 2807 |
# File 'lib/v20190423/models.rb', line 2804 def deserialize(params) @BotId = params['BotId'] @RequestId = params['RequestId'] end |