Class: TencentCloud::Iotexplorer::V20190423::ModifyTWeTalkProductConfigRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::ModifyTWeTalkProductConfigRequest
- Defined in:
- lib/v20190423/models.rb
Overview
ModifyTWeTalkProductConfig请求参数结构体
Instance Attribute Summary collapse
- #FastVoiceType ⇒ Object
- #GreetingMessage ⇒ Object
- #ProductId ⇒ Object
- #SystemPrompt ⇒ Object
- #TargetLanguage ⇒ Object
- #VoiceType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, systemprompt = nil, greetingmessage = nil, voicetype = nil, fastvoicetype = nil, targetlanguage = nil) ⇒ ModifyTWeTalkProductConfigRequest
constructor
A new instance of ModifyTWeTalkProductConfigRequest.
Constructor Details
#initialize(productid = nil, systemprompt = nil, greetingmessage = nil, voicetype = nil, fastvoicetype = nil, targetlanguage = nil) ⇒ ModifyTWeTalkProductConfigRequest
Returns a new instance of ModifyTWeTalkProductConfigRequest.
11560 11561 11562 11563 11564 11565 11566 11567 |
# File 'lib/v20190423/models.rb', line 11560 def initialize(productid=nil, systemprompt=nil, =nil, voicetype=nil, fastvoicetype=nil, targetlanguage=nil) @ProductId = productid @SystemPrompt = systemprompt @GreetingMessage = @VoiceType = voicetype @FastVoiceType = fastvoicetype @TargetLanguage = targetlanguage end |
Instance Attribute Details
#FastVoiceType ⇒ Object
11558 11559 11560 |
# File 'lib/v20190423/models.rb', line 11558 def FastVoiceType @FastVoiceType end |
#GreetingMessage ⇒ Object
11558 11559 11560 |
# File 'lib/v20190423/models.rb', line 11558 def GreetingMessage @GreetingMessage end |
#ProductId ⇒ Object
11558 11559 11560 |
# File 'lib/v20190423/models.rb', line 11558 def ProductId @ProductId end |
#SystemPrompt ⇒ Object
11558 11559 11560 |
# File 'lib/v20190423/models.rb', line 11558 def SystemPrompt @SystemPrompt end |
#TargetLanguage ⇒ Object
11558 11559 11560 |
# File 'lib/v20190423/models.rb', line 11558 def TargetLanguage @TargetLanguage end |
#VoiceType ⇒ Object
11558 11559 11560 |
# File 'lib/v20190423/models.rb', line 11558 def VoiceType @VoiceType end |
Instance Method Details
#deserialize(params) ⇒ Object
11569 11570 11571 11572 11573 11574 11575 11576 |
# File 'lib/v20190423/models.rb', line 11569 def deserialize(params) @ProductId = params['ProductId'] @SystemPrompt = params['SystemPrompt'] @GreetingMessage = params['GreetingMessage'] @VoiceType = params['VoiceType'] @FastVoiceType = params['FastVoiceType'] @TargetLanguage = params['TargetLanguage'] end |