Class: TencentCloud::Cr::V20180321::RecordInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cr::V20180321::RecordInfo
- Defined in:
- lib/v20180321/models.rb
Overview
录音文件详情
Instance Attribute Summary collapse
- #BizDate ⇒ Object
- #BotId ⇒ Object
- #BotName ⇒ Object
- #CalledPhone ⇒ Object
- #CallStartTime ⇒ Object
- #CosFileName ⇒ Object
- #CosUrl ⇒ Object
- #DialogueLog ⇒ Object
- #Duration ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(botid = nil, botname = nil, bizdate = nil, calledphone = nil, callstarttime = nil, duration = nil, cosurl = nil, dialoguelog = nil, cosfilename = nil) ⇒ RecordInfo
constructor
A new instance of RecordInfo.
Constructor Details
#initialize(botid = nil, botname = nil, bizdate = nil, calledphone = nil, callstarttime = nil, duration = nil, cosurl = nil, dialoguelog = nil, cosfilename = nil) ⇒ RecordInfo
Returns a new instance of RecordInfo.
1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 |
# File 'lib/v20180321/models.rb', line 1702 def initialize(botid=nil, botname=nil, bizdate=nil, calledphone=nil, callstarttime=nil, duration=nil, cosurl=nil, dialoguelog=nil, cosfilename=nil) @BotId = botid @BotName = botname @BizDate = bizdate @CalledPhone = calledphone @CallStartTime = callstarttime @Duration = duration @CosUrl = cosurl @DialogueLog = dialoguelog @CosFileName = cosfilename end |
Instance Attribute Details
#BizDate ⇒ Object
1700 1701 1702 |
# File 'lib/v20180321/models.rb', line 1700 def BizDate @BizDate end |
#BotId ⇒ Object
1700 1701 1702 |
# File 'lib/v20180321/models.rb', line 1700 def BotId @BotId end |
#BotName ⇒ Object
1700 1701 1702 |
# File 'lib/v20180321/models.rb', line 1700 def BotName @BotName end |
#CalledPhone ⇒ Object
1700 1701 1702 |
# File 'lib/v20180321/models.rb', line 1700 def CalledPhone @CalledPhone end |
#CallStartTime ⇒ Object
1700 1701 1702 |
# File 'lib/v20180321/models.rb', line 1700 def CallStartTime @CallStartTime end |
#CosFileName ⇒ Object
1700 1701 1702 |
# File 'lib/v20180321/models.rb', line 1700 def CosFileName @CosFileName end |
#CosUrl ⇒ Object
1700 1701 1702 |
# File 'lib/v20180321/models.rb', line 1700 def CosUrl @CosUrl end |
#DialogueLog ⇒ Object
1700 1701 1702 |
# File 'lib/v20180321/models.rb', line 1700 def DialogueLog @DialogueLog end |
#Duration ⇒ Object
1700 1701 1702 |
# File 'lib/v20180321/models.rb', line 1700 def Duration @Duration end |
Instance Method Details
#deserialize(params) ⇒ Object
1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 |
# File 'lib/v20180321/models.rb', line 1714 def deserialize(params) @BotId = params['BotId'] @BotName = params['BotName'] @BizDate = params['BizDate'] @CalledPhone = params['CalledPhone'] @CallStartTime = params['CallStartTime'] @Duration = params['Duration'] @CosUrl = params['CosUrl'] @DialogueLog = params['DialogueLog'] @CosFileName = params['CosFileName'] end |