Class: TencentCloud::Soe::V20180724::TransmitOralProcessRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Soe::V20180724::TransmitOralProcessRequest
- Defined in:
- lib/v20180724/models.rb
Overview
TransmitOralProcess请求参数结构体
Instance Attribute Summary collapse
- #IsEnd ⇒ Object
- #IsLongLifeSession ⇒ Object
- #IsQuery ⇒ Object
- #SeqId ⇒ Object
- #SessionId ⇒ Object
- #SoeAppId ⇒ Object
- #UserVoiceData ⇒ Object
- #VoiceEncodeType ⇒ Object
- #VoiceFileType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(seqid = nil, isend = nil, voicefiletype = nil, voiceencodetype = nil, uservoicedata = nil, sessionid = nil, soeappid = nil, islonglifesession = nil, isquery = nil) ⇒ TransmitOralProcessRequest
constructor
A new instance of TransmitOralProcessRequest.
Constructor Details
#initialize(seqid = nil, isend = nil, voicefiletype = nil, voiceencodetype = nil, uservoicedata = nil, sessionid = nil, soeappid = nil, islonglifesession = nil, isquery = nil) ⇒ TransmitOralProcessRequest
Returns a new instance of TransmitOralProcessRequest.
470 471 472 473 474 475 476 477 478 479 480 |
# File 'lib/v20180724/models.rb', line 470 def initialize(seqid=nil, isend=nil, voicefiletype=nil, voiceencodetype=nil, uservoicedata=nil, sessionid=nil, soeappid=nil, islonglifesession=nil, isquery=nil) @SeqId = seqid @IsEnd = isend @VoiceFileType = voicefiletype @VoiceEncodeType = voiceencodetype @UserVoiceData = uservoicedata @SessionId = sessionid @SoeAppId = soeappid @IsLongLifeSession = islonglifesession @IsQuery = isquery end |
Instance Attribute Details
#IsEnd ⇒ Object
468 469 470 |
# File 'lib/v20180724/models.rb', line 468 def IsEnd @IsEnd end |
#IsLongLifeSession ⇒ Object
468 469 470 |
# File 'lib/v20180724/models.rb', line 468 def IsLongLifeSession @IsLongLifeSession end |
#IsQuery ⇒ Object
468 469 470 |
# File 'lib/v20180724/models.rb', line 468 def IsQuery @IsQuery end |
#SeqId ⇒ Object
468 469 470 |
# File 'lib/v20180724/models.rb', line 468 def SeqId @SeqId end |
#SessionId ⇒ Object
468 469 470 |
# File 'lib/v20180724/models.rb', line 468 def SessionId @SessionId end |
#SoeAppId ⇒ Object
468 469 470 |
# File 'lib/v20180724/models.rb', line 468 def SoeAppId @SoeAppId end |
#UserVoiceData ⇒ Object
468 469 470 |
# File 'lib/v20180724/models.rb', line 468 def UserVoiceData @UserVoiceData end |
#VoiceEncodeType ⇒ Object
468 469 470 |
# File 'lib/v20180724/models.rb', line 468 def VoiceEncodeType @VoiceEncodeType end |
Instance Method Details
#deserialize(params) ⇒ Object
482 483 484 485 486 487 488 489 490 491 492 |
# File 'lib/v20180724/models.rb', line 482 def deserialize(params) @SeqId = params['SeqId'] @IsEnd = params['IsEnd'] @VoiceFileType = params['VoiceFileType'] @VoiceEncodeType = params['VoiceEncodeType'] @UserVoiceData = params['UserVoiceData'] @SessionId = params['SessionId'] @SoeAppId = params['SoeAppId'] @IsLongLifeSession = params['IsLongLifeSession'] @IsQuery = params['IsQuery'] end |