Class: TencentCloud::Tdai::V20250717::ChatBrief
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdai::V20250717::ChatBrief
- Defined in:
- lib/v20250717/models.rb
Overview
会话信息
Instance Attribute Summary collapse
- #AppId ⇒ Object
- #ChatId ⇒ Object
- #CreateTime ⇒ Object
- #InstanceId ⇒ Object
- #LastStreamingId ⇒ Object
- #LastStreamingTokenId ⇒ Object
- #OwnerUin ⇒ Object
- #Status ⇒ Object
- #Title ⇒ Object
- #Uin ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(appid = nil, uin = nil, owneruin = nil, instanceid = nil, chatid = nil, createtime = nil, title = nil, status = nil, laststreamingid = nil, laststreamingtokenid = nil) ⇒ ChatBrief
constructor
A new instance of ChatBrief.
Constructor Details
#initialize(appid = nil, uin = nil, owneruin = nil, instanceid = nil, chatid = nil, createtime = nil, title = nil, status = nil, laststreamingid = nil, laststreamingtokenid = nil) ⇒ ChatBrief
Returns a new instance of ChatBrief.
175 176 177 178 179 180 181 182 183 184 185 186 |
# File 'lib/v20250717/models.rb', line 175 def initialize(appid=nil, uin=nil, owneruin=nil, instanceid=nil, chatid=nil, createtime=nil, title=nil, status=nil, laststreamingid=nil, laststreamingtokenid=nil) @AppId = appid @Uin = uin @OwnerUin = owneruin @InstanceId = instanceid @ChatId = chatid @CreateTime = createtime @Title = title @Status = status @LastStreamingId = laststreamingid @LastStreamingTokenId = laststreamingtokenid end |
Instance Attribute Details
#AppId ⇒ Object
173 174 175 |
# File 'lib/v20250717/models.rb', line 173 def AppId @AppId end |
#ChatId ⇒ Object
173 174 175 |
# File 'lib/v20250717/models.rb', line 173 def ChatId @ChatId end |
#CreateTime ⇒ Object
173 174 175 |
# File 'lib/v20250717/models.rb', line 173 def CreateTime @CreateTime end |
#InstanceId ⇒ Object
173 174 175 |
# File 'lib/v20250717/models.rb', line 173 def InstanceId @InstanceId end |
#LastStreamingId ⇒ Object
173 174 175 |
# File 'lib/v20250717/models.rb', line 173 def LastStreamingId @LastStreamingId end |
#LastStreamingTokenId ⇒ Object
173 174 175 |
# File 'lib/v20250717/models.rb', line 173 def LastStreamingTokenId @LastStreamingTokenId end |
#OwnerUin ⇒ Object
173 174 175 |
# File 'lib/v20250717/models.rb', line 173 def OwnerUin @OwnerUin end |
#Status ⇒ Object
173 174 175 |
# File 'lib/v20250717/models.rb', line 173 def Status @Status end |
#Title ⇒ Object
173 174 175 |
# File 'lib/v20250717/models.rb', line 173 def Title @Title end |
#Uin ⇒ Object
173 174 175 |
# File 'lib/v20250717/models.rb', line 173 def Uin @Uin end |
Instance Method Details
#deserialize(params) ⇒ Object
188 189 190 191 192 193 194 195 196 197 198 199 |
# File 'lib/v20250717/models.rb', line 188 def deserialize(params) @AppId = params['AppId'] @Uin = params['Uin'] @OwnerUin = params['OwnerUin'] @InstanceId = params['InstanceId'] @ChatId = params['ChatId'] @CreateTime = params['CreateTime'] @Title = params['Title'] @Status = params['Status'] @LastStreamingId = params['LastStreamingId'] @LastStreamingTokenId = params['LastStreamingTokenId'] end |