Class: TencentCloud::Tdai::V20250717::DescribeChatDetailRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdai::V20250717::DescribeChatDetailRequest
- Defined in:
- lib/v20250717/models.rb
Overview
DescribeChatDetail请求参数结构体
Instance Attribute Summary collapse
- #BeginStreamingTokenId ⇒ Object
- #ChatId ⇒ Object
- #InstanceId ⇒ Object
- #StreamingId ⇒ Object
- #TokenLimit ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, chatid = nil, streamingid = nil, beginstreamingtokenid = nil, tokenlimit = nil) ⇒ DescribeChatDetailRequest
constructor
A new instance of DescribeChatDetailRequest.
Constructor Details
#initialize(instanceid = nil, chatid = nil, streamingid = nil, beginstreamingtokenid = nil, tokenlimit = nil) ⇒ DescribeChatDetailRequest
757 758 759 760 761 762 763 |
# File 'lib/v20250717/models.rb', line 757 def initialize(instanceid=nil, chatid=nil, streamingid=nil, beginstreamingtokenid=nil, tokenlimit=nil) @InstanceId = instanceid @ChatId = chatid @StreamingId = streamingid @BeginStreamingTokenId = beginstreamingtokenid @TokenLimit = tokenlimit end |
Instance Attribute Details
#BeginStreamingTokenId ⇒ Object
755 756 757 |
# File 'lib/v20250717/models.rb', line 755 def BeginStreamingTokenId @BeginStreamingTokenId end |
#ChatId ⇒ Object
755 756 757 |
# File 'lib/v20250717/models.rb', line 755 def ChatId @ChatId end |
#InstanceId ⇒ Object
755 756 757 |
# File 'lib/v20250717/models.rb', line 755 def InstanceId @InstanceId end |
#StreamingId ⇒ Object
755 756 757 |
# File 'lib/v20250717/models.rb', line 755 def StreamingId @StreamingId end |
#TokenLimit ⇒ Object
755 756 757 |
# File 'lib/v20250717/models.rb', line 755 def TokenLimit @TokenLimit end |
Instance Method Details
#deserialize(params) ⇒ Object
765 766 767 768 769 770 771 |
# File 'lib/v20250717/models.rb', line 765 def deserialize(params) @InstanceId = params['InstanceId'] @ChatId = params['ChatId'] @StreamingId = params['StreamingId'] @BeginStreamingTokenId = params['BeginStreamingTokenId'] @TokenLimit = params['TokenLimit'] end |