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
15
# CallParticipant

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> | Display name of the participant | [optional]
**phone_number** | Option<**String**> | Phone number of the participant in E.164 format | [optional]
**role** | [**models::ParticipantRole**]ParticipantRole.md |  | 
**spoke_first** | Option<**bool**> | Whether this participant was the first to speak in the call | [optional]
**is_simulated** | Option<**bool**> | Whether this participant is a simulated/synthetic voice for testing | [optional]

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