IntentNotification
                                IntentNotification                            
                            JSON Example
                                    {
    "type": "string",
    "frequency": "string",
    "enabled": true,
    "receivers": [
        [
            "[email protected]"
        ]
    ],
    "schedule": [
        {
            "type": "string",
            "periodInMS": 0,
            "startTimestamp": 0
        }
    ]
}
            
            
                                    string
                
                
            
        
        
                type            
                            Optional
                    Intent type
                Possible values are :
                                    EMAIL, 
                                    SNMP_TRAP, 
                                    PUSH_NOTIFICATION, 
                            
        
    
            
            
                                    string
                
                
            
        
        
                frequency            
                            Optional
                    Intent freq
                Possible values are :
                                    IMMEDIATE, 
                                    DAILY, 
                            
        
    
            
            
                                    boolean
                
                
            
        
        
                enabled            
                            Optional
                    enabled
                Possible values are :
                                    true, 
                                    false, 
                            
        
    
                            
                                    array of 
                
            
            
                                    string
                
                
            
        
        
                receivers            
                            Optional
                    Intent receivers
