twilio.voice.ringing

Element details

type: meya.twilio.voice.event.ringing
class: TwilioVoiceRingingEvent
path: /meya/twilio/voice/event/ringing.py
signature: -

Fields

fielddescription               requiredsignaturedefaulttype
parent_entry_refnullEntryRef
trace_id"-"str
sensitivefalsebool
internalfalsebool
user_idstr
thread_idstr
integration_idstr
context{}
dict
payloadTwilioVoiceWebhookPayload

Usage reference

Data

{
    "type": "meya.twilio.voice.event.ringing", 
    "data": {
        "parent_entry_ref": {
            "ledger": "STRING", 
            "id": "STRING", 
            "data": {
                "STRING": "STRING"
            }
        }, 
        "trace_id": "STRING", 
        "sensitive": false, 
        "internal": false, 
        "user_id": "STRING", 
        "thread_id": "STRING", 
        "integration_id": "STRING", 
        "context": {
            "STRING": "ANY"
        }, 
        "payload": {
            "To": "STRING", 
            "From": "STRING", 
            "Called": "STRING", 
            "Caller": "STRING", 
            "Digits": "STRING", 
            "StableSpeechResult": "STRING", 
            "SpeechResult": "STRING", 
            "Confidence": 1.0, 
            "CallSid": "STRING", 
            "ToState": "STRING", 
            "Direction": "inbound|outbound-api", 
            "ToCountry": "STRING", 
            "AccountSid": "STRING", 
            "ApiVersion": "STRING", 
            "CallStatus": "queued|ringing|in-progress|completed|busy|failed|no-answer|canceled", 
            "CalledState": "STRING", 
            "FromCountry": "STRING", 
            "CalledCountry": "STRING", 
            "CallerCountry": "STRING"
        }
    }
}