getBenchmarkInfo abstract method

Future<BenchmarkInfo> getBenchmarkInfo(
  1. ConversationHandle conversation
)

Gets benchmark information from a native conversation.

Implementation

Future<BenchmarkInfo> getBenchmarkInfo(ConversationHandle conversation);