Class: TencentCloud::Iotexplorer::V20190423::CreateTWeTalkProductConfigRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::CreateTWeTalkProductConfigRequest
- Defined in:
- lib/v20190423/models.rb
Overview
CreateTWeTalkProductConfig请求参数结构体
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) ⇒ CreateTWeTalkProductConfigRequest
constructor
A new instance of CreateTWeTalkProductConfigRequest.
Constructor Details
#initialize(productid = nil, systemprompt = nil, greetingmessage = nil, voicetype = nil, fastvoicetype = nil, targetlanguage = nil) ⇒ CreateTWeTalkProductConfigRequest
Returns a new instance of CreateTWeTalkProductConfigRequest.
2827 2828 2829 2830 2831 2832 2833 2834 |
# File 'lib/v20190423/models.rb', line 2827 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
2825 2826 2827 |
# File 'lib/v20190423/models.rb', line 2825 def FastVoiceType @FastVoiceType end |
#GreetingMessage ⇒ Object
2825 2826 2827 |
# File 'lib/v20190423/models.rb', line 2825 def GreetingMessage @GreetingMessage end |
#ProductId ⇒ Object
2825 2826 2827 |
# File 'lib/v20190423/models.rb', line 2825 def ProductId @ProductId end |
#SystemPrompt ⇒ Object
2825 2826 2827 |
# File 'lib/v20190423/models.rb', line 2825 def SystemPrompt @SystemPrompt end |
#TargetLanguage ⇒ Object
2825 2826 2827 |
# File 'lib/v20190423/models.rb', line 2825 def TargetLanguage @TargetLanguage end |
#VoiceType ⇒ Object
2825 2826 2827 |
# File 'lib/v20190423/models.rb', line 2825 def VoiceType @VoiceType end |
Instance Method Details
#deserialize(params) ⇒ Object
2836 2837 2838 2839 2840 2841 2842 2843 |
# File 'lib/v20190423/models.rb', line 2836 def deserialize(params) @ProductId = params['ProductId'] @SystemPrompt = params['SystemPrompt'] @GreetingMessage = params['GreetingMessage'] @VoiceType = params['VoiceType'] @FastVoiceType = params['FastVoiceType'] @TargetLanguage = params['TargetLanguage'] end |