Class: TencentCloud::Cr::V20180321::DownloadDialogueTextResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cr::V20180321::DownloadDialogueTextResponse
- Defined in:
- lib/v20180321/models.rb
Overview
DownloadDialogueText返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(textreporturl = nil, requestid = nil) ⇒ DownloadDialogueTextResponse
constructor
A new instance of DownloadDialogueTextResponse.
Constructor Details
#initialize(textreporturl = nil, requestid = nil) ⇒ DownloadDialogueTextResponse
Returns a new instance of DownloadDialogueTextResponse.
1057 1058 1059 1060 |
# File 'lib/v20180321/models.rb', line 1057 def initialize(textreporturl=nil, requestid=nil) @TextReportUrl = textreporturl @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1055 1056 1057 |
# File 'lib/v20180321/models.rb', line 1055 def RequestId @RequestId end |
#TextReportUrl ⇒ Object
1055 1056 1057 |
# File 'lib/v20180321/models.rb', line 1055 def TextReportUrl @TextReportUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
1062 1063 1064 1065 |
# File 'lib/v20180321/models.rb', line 1062 def deserialize(params) @TextReportUrl = params['TextReportUrl'] @RequestId = params['RequestId'] end |