roark-rs 0.0.2

# Roark Analytics API - Voice AI Analytics Platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# EvaluationEvidence

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | [**uuid::Uuid**]uuid::Uuid.md | Unique identifier for the evidence | 
**snippet_text** | **String** | Text snippet from the call that supports the evaluation | 
**comment_text** | Option<**String**> | Evaluator's comment about this evidence | [optional]
**is_positive** | **bool** | Whether this evidence supports a positive evaluation | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)