# Bot

```json

{
    "id": "",
    "status": "scheduled",
    "stop_reason": "invalid_meeting_url",
    "service": "gmeet",
    "scheduled_for": "",
    "time_limit": "",
    "stop_options": {
        "time_limit": 0,
        "waiting_room_timeout": 0,
        "last_person_detection": 0,
        "silence_detection": 0
    },
    "bot_name": "",
    "bot_avatar": "",
    "meeting_url": "",
    "webhook_url": "",
    "custom_metadata": {},
    "recording_url": "",
    "recording_available_until": "",
    "websocket_url": "",
    "websocket_read_only_url": "",
    "websocket_audio_url": "",
    "video": false,
    "lang": "",
    "detected_lang": "",
    "transcript": [
        {
            "start": 0,
            "end": 0,
            "speaker": 0,
            "speaker_name": "",
            "potential_speaker_names": "",
            "confidence": 0,
            "transcript": "",
            "utterances": [
                {}
            ]
        }
    ],
    "transcription_model": "",
    "participants": [
        {
            "name": "",
            "avatar": "",
            "first_seen_at": "",
            "events": [
                {
                    "type": "started-speaking",
                    "timestamp": 0
                }
            ]
        }
    ],
    "events": [
        {
            "event": "",
            "data": {
                "old_status": "",
                "new_status": ""
            },
            "created_at": ""
        }
    ],
    "profanity_filter": false,
    "custom_vocabulary": [
        ""
    ],
    "created_at": "",
    "finished_at": ""
}

```