Class: MemoriClient::Engine::V2::Stat

Inherits:
Resource show all
Defined in:
lib/memori_client/engine/v2/stat.rb

Overview

Generated on 2025-01-27 16:56:16 +0000

Class Method Summary collapse

Methods inherited from Resource

build_url

Methods inherited from Resource

build_arguments, build_url, exec_http_request, validate_payload!

Class Method Details

.get_text_quality_indexes(strSessionID:, strLatestUpdate: nil) ⇒ Object

‘GET /memori/v2/TextQualityIndexes/strSessionID/strLatestUpdate`

Computes text quality indexes for a Memori.

‘get_text_quality_indexes(strSessionID:, strLatestUpdate: nil)`

Parameters:

  • strSessionID (string)

    The session ID. required

  • strLatestUpdate (string) (defaults to: nil)

    The optional latest update timestamp, in UTC time, in the format yyyyMMddHHmmssfff. optional



13
14
15
16
17
# File 'lib/memori_client/engine/v2/stat.rb', line 13

def self.get_text_quality_indexes(strSessionID:, strLatestUpdate: nil)
  args = build_arguments(binding)

  exec_http_request('get', '/memori/v2/TextQualityIndexes/{strSessionID}/{strLatestUpdate}', **args)
end