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.
11544 11545 11546 11547 11548 11549 11550 11551 |
# File 'lib/v20190423/models.rb', line 11544 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
11542 11543 11544 |
# File 'lib/v20190423/models.rb', line 11542 def FastVoiceType @FastVoiceType end |
#GreetingMessage ⇒ Object
11542 11543 11544 |
# File 'lib/v20190423/models.rb', line 11542 def GreetingMessage @GreetingMessage end |
#ProductId ⇒ Object
11542 11543 11544 |
# File 'lib/v20190423/models.rb', line 11542 def ProductId @ProductId end |
#SystemPrompt ⇒ Object
11542 11543 11544 |
# File 'lib/v20190423/models.rb', line 11542 def SystemPrompt @SystemPrompt end |
#TargetLanguage ⇒ Object
11542 11543 11544 |
# File 'lib/v20190423/models.rb', line 11542 def TargetLanguage @TargetLanguage end |
#VoiceType ⇒ Object
11542 11543 11544 |
# File 'lib/v20190423/models.rb', line 11542 def VoiceType @VoiceType end |
Instance Method Details
#deserialize(params) ⇒ Object
11553 11554 11555 11556 11557 11558 11559 11560 |
# File 'lib/v20190423/models.rb', line 11553 def deserialize(params) @ProductId = params['ProductId'] @SystemPrompt = params['SystemPrompt'] @GreetingMessage = params['GreetingMessage'] @VoiceType = params['VoiceType'] @FastVoiceType = params['FastVoiceType'] @TargetLanguage = params['TargetLanguage'] end |